From e49d5ecbbe51718fa925b6890a735e5937cc2aa2 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Tue, 8 Feb 2000 19:58:47 +0000 Subject: Some formatting updates (ran the code through indent) -Erik --- console-tools/clear.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'console-tools/clear.c') diff --git a/console-tools/clear.c b/console-tools/clear.c index 67a3af983..899840a8a 100644 --- a/console-tools/clear.c +++ b/console-tools/clear.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * Mini clear implementation for busybox * @@ -25,9 +26,8 @@ #include -extern int -clear_main(int argc, char** argv) +extern int clear_main(int argc, char **argv) { printf("\033[H\033[J"); - exit( TRUE); + exit(TRUE); } -- cgit v1.2.3