svn commit: [25915] trunk/busybox: archival/libunarchive docs/busybox.net e etc...

vda at busybox.net vda at busybox.net
Wed Apr 1 11:24:04 UTC 2009


Author: vda
Date: 2009-04-01 11:24:04 +0000 (Wed, 01 Apr 2009)
New Revision: 25915

Log:
trailing whitespace removal



Modified:
   trunk/busybox/archival/libunarchive/get_header_tar.c
   trunk/busybox/docs/busybox.net/svnindex.xsl
   trunk/busybox/editors/vi.c
   trunk/busybox/findutils/grep.c
   trunk/busybox/include/libbb.h
   trunk/busybox/loginutils/login.c
   trunk/busybox/miscutils/ionice.c


Changeset:
Modified: trunk/busybox/archival/libunarchive/get_header_tar.c
===================================================================
--- trunk/busybox/archival/libunarchive/get_header_tar.c	2009-03-31 23:41:53 UTC (rev 25914)
+++ trunk/busybox/archival/libunarchive/get_header_tar.c	2009-04-01 11:24:04 UTC (rev 25915)
@@ -48,7 +48,7 @@
 	while (1) {
 		if (c)
 			bb_error_msg_and_die("overflow in base-256 encoded file size");
-		if (--len == sizeof(off_t)) 
+		if (--len == sizeof(off_t))
 			break;
 		c = *str++;
 	}

Modified: trunk/busybox/docs/busybox.net/svnindex.xsl
===================================================================
--- trunk/busybox/docs/busybox.net/svnindex.xsl	2009-03-31 23:41:53 UTC (rev 25914)
+++ trunk/busybox/docs/busybox.net/svnindex.xsl	2009-04-01 11:24:04 UTC (rev 25915)
@@ -25,9 +25,9 @@
         <div class="header" style="font-family: lucida, helvetica; font-size: 248%">
             <xsl:text>BUSYBOX</xsl:text>
         </div>
-        <div class="header"> 
-          <a href="http://www.busybox.net"><img src="/images/busybox1.png" border="0" /></a> 
-        </div> 
+        <div class="header">
+          <a href="http://www.busybox.net"><img src="/images/busybox1.png" border="0" /></a>
+        </div>
         <div class="svn">
           <xsl:apply-templates/>
         </div>

Modified: trunk/busybox/editors/vi.c
===================================================================
--- trunk/busybox/editors/vi.c	2009-03-31 23:41:53 UTC (rev 25914)
+++ trunk/busybox/editors/vi.c	2009-04-01 11:24:04 UTC (rev 25915)
@@ -1677,12 +1677,12 @@
 			q = prev_line(p);	// use prev line as template
 			len = strspn(q, " \t"); // space or tab
 			if (len) {
-				uintptr_t bias;			    
+				uintptr_t bias;
 				bias = text_hole_make(p, len);
 				p += bias;
 				q += bias;
 				memcpy(p, q, len);
-				p += len;			
+				p += len;
 			}
 		}
 #endif

Modified: trunk/busybox/findutils/grep.c
===================================================================
--- trunk/busybox/findutils/grep.c	2009-03-31 23:41:53 UTC (rev 25914)
+++ trunk/busybox/findutils/grep.c	2009-04-01 11:24:04 UTC (rev 25915)
@@ -30,7 +30,7 @@
 	USE_DESKTOP("w") \
 	USE_EXTRA_COMPAT("z") \
 	"aI"
-	
+
 /* ignored: -a "assume all files to be text" */
 /* ignored: -I "assume binary files have no matches" */
 

Modified: trunk/busybox/include/libbb.h
===================================================================
--- trunk/busybox/include/libbb.h	2009-03-31 23:41:53 UTC (rev 25914)
+++ trunk/busybox/include/libbb.h	2009-04-01 11:24:04 UTC (rev 25915)
@@ -1301,7 +1301,7 @@
 	PSSCAN_ARGVN    = (1 << 16) * (ENABLE_KILLALL
 				|| ENABLE_PGREP || ENABLE_PKILL
 				|| ENABLE_PIDOF
-				|| ENABLE_SESTATUS 
+				|| ENABLE_SESTATUS
 				),
 	USE_SELINUX(PSSCAN_CONTEXT = 1 << 17,)
 	PSSCAN_START_TIME = 1 << 18,

Modified: trunk/busybox/loginutils/login.c
===================================================================
--- trunk/busybox/loginutils/login.c	2009-03-31 23:41:53 UTC (rev 25914)
+++ trunk/busybox/loginutils/login.c	2009-04-01 11:24:04 UTC (rev 25915)
@@ -465,7 +465,7 @@
 	fchmod(0, 0600);
 
 	/* We trust environment only if we run by root */
-	if (ENABLE_LOGIN_SCRIPTS && run_by_root) 
+	if (ENABLE_LOGIN_SCRIPTS && run_by_root)
 		run_login_script(pw, full_tty);
 
 	change_identity(pw);

Modified: trunk/busybox/miscutils/ionice.c
===================================================================
--- trunk/busybox/miscutils/ionice.c	2009-03-31 23:41:53 UTC (rev 25914)
+++ trunk/busybox/miscutils/ionice.c	2009-04-01 11:24:04 UTC (rev 25915)
@@ -57,7 +57,7 @@
 	/* '+': stop at first non-option */
 	opt = getopt32(argv, "+n:c:p:", &pri, &ioclass, &pid);
 	argv += optind;
-	
+
 	if (opt & OPT_c) {
 		if (ioclass > 3)
 			bb_error_msg_and_die("bad class %d", ioclass);
@@ -70,7 +70,7 @@
 //			pri = 7;
 //		}
 	}
-	
+
 	if (!(opt & (OPT_n|OPT_c))) {
 		if (!(opt & OPT_p) && *argv)
 			pid = xatoi_u(*argv);



More information about the busybox-cvs mailing list