aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-04-23 06:28:42 +0000
committerMike Frysinger <vapier@gentoo.org>2005-04-23 06:28:42 +0000
commit964a368e5cae8d813c67c7de05d82742807ae2be (patch)
treed2abba1650c84f5ddbe1ecc7829927ef7aa1ae23
parent9b5f71ec029776e21bda6c4c61e6b463fd3a2314 (diff)
downloadbusybox-964a368e5cae8d813c67c7de05d82742807ae2be.tar.gz
remove extra whitespace
-rw-r--r--include/applets.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/applets.h b/include/applets.h
index 957bc2018..755eb01ab 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -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)