remove extra whitespace
authorMike Frysinger <vapier@gentoo.org>
Sat, 23 Apr 2005 06:28:42 +0000 (06:28 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sat, 23 Apr 2005 06:28:42 +0000 (06:28 -0000)
include/applets.h

index 957bc20180f2707aa4ae355a4797ae9623e01277..755eb01ab48b2d76b62a0f8ba90c5ec70396278d 100644 (file)
        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)
        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)