diff options
author | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-04-23 06:28:42 +0000 |
---|---|---|
committer | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-04-23 06:28:42 +0000 |
commit | 592f18b3d7a297695d64fcf97ea74e7b8e1eb37f (patch) | |
tree | d2abba1650c84f5ddbe1ecc7829927ef7aa1ae23 | |
parent | ce3873bf725005e8db4e54252017090efbb94496 (diff) | |
download | busybox-w32-592f18b3d7a297695d64fcf97ea74e7b8e1eb37f.tar.gz busybox-w32-592f18b3d7a297695d64fcf97ea74e7b8e1eb37f.tar.bz2 busybox-w32-592f18b3d7a297695d64fcf97ea74e7b8e1eb37f.zip |
remove extra whitespace
git-svn-id: svn://busybox.net/trunk/busybox@10164 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | include/applets.h | 4 |
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 @@ | |||
453 | APPLET_NOUSAGE("pipe_progress", pipe_progress_main, _BB_DIR_BIN, _BB_SUID_NEVER) | 453 | APPLET_NOUSAGE("pipe_progress", pipe_progress_main, _BB_DIR_BIN, _BB_SUID_NEVER) |
454 | #endif | 454 | #endif |
455 | #ifdef CONFIG_PIVOT_ROOT | 455 | #ifdef CONFIG_PIVOT_ROOT |
456 | APPLET(pivot_root, pivot_root_main, _BB_DIR_SBIN, _BB_SUID_NEVER) | 456 | APPLET(pivot_root, pivot_root_main, _BB_DIR_SBIN, _BB_SUID_NEVER) |
457 | #endif | 457 | #endif |
458 | #ifdef CONFIG_POWEROFF | 458 | #ifdef CONFIG_POWEROFF |
459 | APPLET(poweroff, poweroff_main, _BB_DIR_SBIN, _BB_SUID_NEVER) | 459 | APPLET(poweroff, poweroff_main, _BB_DIR_SBIN, _BB_SUID_NEVER) |
@@ -498,7 +498,7 @@ | |||
498 | APPLET(rmmod, rmmod_main, _BB_DIR_SBIN, _BB_SUID_NEVER) | 498 | APPLET(rmmod, rmmod_main, _BB_DIR_SBIN, _BB_SUID_NEVER) |
499 | #endif | 499 | #endif |
500 | #ifdef CONFIG_ROUTE | 500 | #ifdef CONFIG_ROUTE |
501 | APPLET(route, route_main, _BB_DIR_SBIN, _BB_SUID_NEVER) | 501 | APPLET(route, route_main, _BB_DIR_SBIN, _BB_SUID_NEVER) |
502 | #endif | 502 | #endif |
503 | #ifdef CONFIG_RPM | 503 | #ifdef CONFIG_RPM |
504 | APPLET(rpm, rpm_main, _BB_DIR_BIN, _BB_SUID_NEVER) | 504 | APPLET(rpm, rpm_main, _BB_DIR_BIN, _BB_SUID_NEVER) |