[BusyBox] [PATCH] console-tools/reset.c: style-guide.txt conformance

Arthur Othieno a.othieno at bluewin.ch
Mon Oct 13 22:03:46 UTC 2003


Index: console-tools/reset.c
===================================================================
RCS file: /var/cvs/busybox/console-tools/reset.c,v
retrieving revision 1.10
diff -u -r1.10 reset.c
--- console-tools/reset.c	14 Jul 2003 21:20:42 -0000	1.10
+++ console-tools/reset.c	5 Oct 2003 17:45:32 -0000
@@ -21,13 +21,15 @@
  *
  */
 
+/* no options, no getopt */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include "busybox.h"
 
 extern int reset_main(int argc, char **argv)
 {
-	   printf("\033[?25h\033c\033[J");
-       return EXIT_SUCCESS;
+	printf("\033[?25h\033c\033[J");
+	return EXIT_SUCCESS;
 }


-- 
Linux is a true multitasking system. Are you?



More information about the busybox mailing list