From ea7c9b3366f0e97273b011b3c0b3fee9a25e8c15 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 25 Sep 2008 10:39:10 +0000 Subject: whitespace fixes --- applets/usage_compressed | 2 +- console-tools/showkey.c | 6 +++--- docs/busybox.net/news.html | 2 +- e2fsprogs/fsck.c | 4 ++-- init/halt.c | 2 +- libbb/getopt32.c | 2 +- testsuite/makedevs.device_table.txt | 8 ++++---- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/applets/usage_compressed b/applets/usage_compressed index 05ceafd4a..c30bcfa29 100755 --- a/applets/usage_compressed +++ b/applets/usage_compressed @@ -17,7 +17,7 @@ echo 'static const char packed_usage[] ALIGN1 = {' ## Breaks on big-endian systems! ## # Extra effort to avoid using "od -t x1": -t is not available ## # in non-CONFIG_DESKTOPed busybox od -## +## ## "$loc/usage" | bzip2 -1 | od -v -x \ ## | $SED -e 's/^[^ ]*//' \ ## | $SED -e 's/ //g' \ diff --git a/console-tools/showkey.c b/console-tools/showkey.c index e4603e2d3..ee9318084 100644 --- a/console-tools/showkey.c +++ b/console-tools/showkey.c @@ -72,9 +72,9 @@ int showkey_main(int argc UNUSED_PARAM, char **argv) // get keyboard settings xioctl(STDIN_FILENO, KDGKBMODE, &kbmode); printf("kb mode was %s\n\nPress any keys. Program terminates %s\n\n", - kbmode == K_RAW ? "RAW" : - (kbmode == K_XLATE ? "XLATE" : - (kbmode == K_MEDIUMRAW ? "MEDIUMRAW" : + kbmode == K_RAW ? "RAW" : + (kbmode == K_XLATE ? "XLATE" : + (kbmode == K_MEDIUMRAW ? "MEDIUMRAW" : (kbmode == K_UNICODE ? "UNICODE" : "?UNKNOWN?"))) , (option_mask32 & OPT_a) ? "when CTRL+D pressed" : "10s after last keypress" ); diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html index a1fa3750c..d2c5d44f5 100644 --- a/docs/busybox.net/news.html +++ b/docs/busybox.net/news.html @@ -3,7 +3,7 @@