svn commit: trunk/busybox: libbb miscutils shell

vda at busybox.net vda at busybox.net
Sun Feb 17 15:14:05 UTC 2008


Author: vda
Date: 2008-02-17 07:14:04 -0800 (Sun, 17 Feb 2008)
New Revision: 21048

Log:
whitespace fixes



Modified:
   trunk/busybox/libbb/getopt32.c
   trunk/busybox/miscutils/microcom.c
   trunk/busybox/shell/ash.c


Changeset:
Modified: trunk/busybox/libbb/getopt32.c
===================================================================
--- trunk/busybox/libbb/getopt32.c	2008-02-17 14:31:50 UTC (rev 21047)
+++ trunk/busybox/libbb/getopt32.c	2008-02-17 15:14:04 UTC (rev 21048)
@@ -505,7 +505,7 @@
 	 * affairs is that BSD-derived versions of getopt() misbehave if
 	 * optind is set to 0 in order to reset getopt(), and glibc's getopt()
 	 * will core dump if optind is set 1 in order to reset getopt().
-	 * 
+	 *
 	 * More modern versions of BSD require that optreset be set to 1 in
 	 * order to reset getopt().   Sigh.  Standards, anyone?
 	 */

Modified: trunk/busybox/miscutils/microcom.c
===================================================================
--- trunk/busybox/miscutils/microcom.c	2008-02-17 14:31:50 UTC (rev 21047)
+++ trunk/busybox/miscutils/microcom.c	2008-02-17 15:14:04 UTC (rev 21048)
@@ -19,7 +19,7 @@
 
 // set raw tty mode
 static void xget1(int fd, struct termios *t, struct termios *oldt)
-{ 
+{
 	tcgetattr(fd, oldt);
 	*t = *oldt;
 	cfmakeraw(t);

Modified: trunk/busybox/shell/ash.c
===================================================================
--- trunk/busybox/shell/ash.c	2008-02-17 14:31:50 UTC (rev 21047)
+++ trunk/busybox/shell/ash.c	2008-02-17 15:14:04 UTC (rev 21048)
@@ -9115,7 +9115,7 @@
  * For a non-interactive shell, an error condition encountered
  * by a special built-in ... shall cause the shell to write a diagnostic message
  * to standard error and exit as shown in the following table:
- * Error                                           Special Built-In 
+ * Error                                           Special Built-In
  * ...
  * Utility syntax error (option or operand error)  Shall exit
  * ...




More information about the busybox-cvs mailing list