diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-04-22 00:16:29 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-04-22 00:16:29 +0000 |
commit | 1f228985b27602f94ff973d50e276220887df6a3 (patch) | |
tree | 5715edba638603b3815dc8700c88c2c0395b2b16 /include | |
parent | 5d89fbaa2e00a8a26e530306d76b78bf91d12ec8 (diff) | |
download | busybox-w32-1f228985b27602f94ff973d50e276220887df6a3.tar.gz busybox-w32-1f228985b27602f94ff973d50e276220887df6a3.tar.bz2 busybox-w32-1f228985b27602f94ff973d50e276220887df6a3.zip |
whitespace fixes. no code changes
Diffstat (limited to 'include')
-rw-r--r-- | include/applets.h | 2 | ||||
-rw-r--r-- | include/usage.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/applets.h b/include/applets.h index af5359784..27c3a1b6f 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -231,7 +231,7 @@ USE_LSATTR(APPLET(lsattr, _BB_DIR_BIN, _BB_SUID_NEVER)) | |||
231 | USE_LSMOD(APPLET(lsmod, _BB_DIR_SBIN, _BB_SUID_NEVER)) | 231 | USE_LSMOD(APPLET(lsmod, _BB_DIR_SBIN, _BB_SUID_NEVER)) |
232 | USE_UNLZMA(APPLET_ODDNAME(lzmacat, unlzma, _BB_DIR_USR_BIN, _BB_SUID_NEVER, lzmacat)) | 232 | USE_UNLZMA(APPLET_ODDNAME(lzmacat, unlzma, _BB_DIR_USR_BIN, _BB_SUID_NEVER, lzmacat)) |
233 | USE_MAKEDEVS(APPLET(makedevs, _BB_DIR_SBIN, _BB_SUID_NEVER)) | 233 | USE_MAKEDEVS(APPLET(makedevs, _BB_DIR_SBIN, _BB_SUID_NEVER)) |
234 | USE_MAN(APPLET(man, _BB_DIR_SBIN, _BB_SUID_NEVER)) | 234 | USE_MAN(APPLET(man, _BB_DIR_SBIN, _BB_SUID_NEVER)) |
235 | USE_MATCHPATHCON(APPLET(matchpathcon, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) | 235 | USE_MATCHPATHCON(APPLET(matchpathcon, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) |
236 | USE_MD5SUM(APPLET_ODDNAME(md5sum, md5_sha1_sum, _BB_DIR_USR_BIN, _BB_SUID_NEVER, md5sum)) | 236 | USE_MD5SUM(APPLET_ODDNAME(md5sum, md5_sha1_sum, _BB_DIR_USR_BIN, _BB_SUID_NEVER, md5sum)) |
237 | USE_MDEV(APPLET(mdev, _BB_DIR_SBIN, _BB_SUID_NEVER)) | 237 | USE_MDEV(APPLET(mdev, _BB_DIR_SBIN, _BB_SUID_NEVER)) |
diff --git a/include/usage.h b/include/usage.h index 01acda16d..acc72d158 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -521,7 +521,7 @@ | |||
521 | 521 | ||
522 | #define cpio_trivial_usage \ | 522 | #define cpio_trivial_usage \ |
523 | "-[dim" USE_FEATURE_CPIO_O("o") "tuv][F cpiofile]" \ | 523 | "-[dim" USE_FEATURE_CPIO_O("o") "tuv][F cpiofile]" \ |
524 | USE_FEATURE_CPIO_O( "[H newc]" ) | 524 | USE_FEATURE_CPIO_O( "[H newc]" ) |
525 | #define cpio_full_usage "\n\n" \ | 525 | #define cpio_full_usage "\n\n" \ |
526 | "Extract or list files from a cpio archive" \ | 526 | "Extract or list files from a cpio archive" \ |
527 | USE_FEATURE_CPIO_O( ", or create a cpio archive" ) \ | 527 | USE_FEATURE_CPIO_O( ", or create a cpio archive" ) \ |