[BusyBox-cvs] svn commit: trunk/busybox/include

vapier at busybox.net vapier at busybox.net
Sat Apr 23 06:28:43 UTC 2005


Author: vapier
Date: 2005-04-23 00:28:42 -0600 (Sat, 23 Apr 2005)
New Revision: 10164

Log:
remove extra whitespace

Modified:
   trunk/busybox/include/applets.h


Changeset:
Modified: trunk/busybox/include/applets.h
===================================================================
--- trunk/busybox/include/applets.h	2005-04-23 06:26:38 UTC (rev 10163)
+++ trunk/busybox/include/applets.h	2005-04-23 06:28:42 UTC (rev 10164)
@@ -453,7 +453,7 @@
 	APPLET_NOUSAGE("pipe_progress", pipe_progress_main, _BB_DIR_BIN, _BB_SUID_NEVER)
 #endif
 #ifdef CONFIG_PIVOT_ROOT
- 	APPLET(pivot_root, pivot_root_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
+	APPLET(pivot_root, pivot_root_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
 #endif
 #ifdef CONFIG_POWEROFF
 	APPLET(poweroff, poweroff_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
@@ -498,7 +498,7 @@
 	APPLET(rmmod, rmmod_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
 #endif
 #ifdef CONFIG_ROUTE
- 	APPLET(route, route_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
+	APPLET(route, route_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
 #endif
 #ifdef CONFIG_RPM
 	APPLET(rpm, rpm_main, _BB_DIR_BIN, _BB_SUID_NEVER)




More information about the busybox-cvs mailing list