diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-05-09 22:14:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-05-09 22:14:16 +0000 |
commit | c749bfbd0c11f5a81df5a6e35cf1d30a0f5db6c2 (patch) | |
tree | 5021ba241848f8c93505843fa71a0574547ee296 /usr.bin/top/screen.c | |
parent | cef958e796d4ccdfb37f878098c9f75a187c40ca (diff) |
spaces
Diffstat (limited to 'usr.bin/top/screen.c')
-rw-r--r-- | usr.bin/top/screen.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/top/screen.c b/usr.bin/top/screen.c index d1947428b42..eaed1dd22ac 100644 --- a/usr.bin/top/screen.c +++ b/usr.bin/top/screen.c @@ -1,4 +1,4 @@ -/* $OpenBSD: screen.c,v 1.13 2003/06/16 17:24:44 millert Exp $ */ +/* $OpenBSD: screen.c,v 1.14 2004/05/09 22:14:15 deraadt Exp $ */ /* * Top users/processes display for Unix @@ -30,9 +30,9 @@ /* * This file contains the routines that interface to termcap and stty/gtty. - * + * * Paul Vixie, February 1987: converted to use ioctl() instead of stty/gtty. - * + * * I put in code to turn on the TOSTOP bit while top was running, but I didn't * really like the results. If you desire it, turn on the preprocessor * variable "TOStop". --wnl @@ -251,8 +251,8 @@ standout(char *msg) } } -void -clear() +void +clear(void) { if (smart_terminal) putcap(clear_scr); |