aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-04-22 00:16:29 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-04-22 00:16:29 +0000
commit1f228985b27602f94ff973d50e276220887df6a3 (patch)
tree5715edba638603b3815dc8700c88c2c0395b2b16 /include
parent5d89fbaa2e00a8a26e530306d76b78bf91d12ec8 (diff)
downloadbusybox-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.h2
-rw-r--r--include/usage.h2
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))
231USE_LSMOD(APPLET(lsmod, _BB_DIR_SBIN, _BB_SUID_NEVER)) 231USE_LSMOD(APPLET(lsmod, _BB_DIR_SBIN, _BB_SUID_NEVER))
232USE_UNLZMA(APPLET_ODDNAME(lzmacat, unlzma, _BB_DIR_USR_BIN, _BB_SUID_NEVER, lzmacat)) 232USE_UNLZMA(APPLET_ODDNAME(lzmacat, unlzma, _BB_DIR_USR_BIN, _BB_SUID_NEVER, lzmacat))
233USE_MAKEDEVS(APPLET(makedevs, _BB_DIR_SBIN, _BB_SUID_NEVER)) 233USE_MAKEDEVS(APPLET(makedevs, _BB_DIR_SBIN, _BB_SUID_NEVER))
234USE_MAN(APPLET(man, _BB_DIR_SBIN, _BB_SUID_NEVER)) 234USE_MAN(APPLET(man, _BB_DIR_SBIN, _BB_SUID_NEVER))
235USE_MATCHPATHCON(APPLET(matchpathcon, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) 235USE_MATCHPATHCON(APPLET(matchpathcon, _BB_DIR_USR_SBIN, _BB_SUID_NEVER))
236USE_MD5SUM(APPLET_ODDNAME(md5sum, md5_sha1_sum, _BB_DIR_USR_BIN, _BB_SUID_NEVER, md5sum)) 236USE_MD5SUM(APPLET_ODDNAME(md5sum, md5_sha1_sum, _BB_DIR_USR_BIN, _BB_SUID_NEVER, md5sum))
237USE_MDEV(APPLET(mdev, _BB_DIR_SBIN, _BB_SUID_NEVER)) 237USE_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" ) \