aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-01-25 13:39:24 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-01-25 13:39:24 +0100
commit3581c625151d25d8e1cbc80c44337d398d97cf42 (patch)
tree86a1abc69a3606e6f595a18d72bd1eb48bc505b3 /applets
parent46685a46bbffc04d507ce756f4b703aae024debd (diff)
downloadbusybox-3581c625151d25d8e1cbc80c44337d398d97cf42.tar.gz
whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'applets')
-rwxr-xr-xapplets/usage_compressed6
1 files changed, 3 insertions, 3 deletions
diff --git a/applets/usage_compressed b/applets/usage_compressed
index a299ecdf1..8d343529d 100755
--- a/applets/usage_compressed
+++ b/applets/usage_compressed
@@ -21,9 +21,9 @@ echo 'static const char packed_usage[] ALIGN1 = {'
##
## "$loc/usage" | bzip2 -1 | od -v -x \
## | $SED -e 's/^[^ ]*//' \
-## -e 's/ //g' \
-## -e '/^$/d' \
-## -e 's/\(..\)\(..\)/0x\2,0x\1,/g'
+## -e 's/ //g' \
+## -e '/^$/d' \
+## -e 's/\(..\)\(..\)/0x\2,0x\1,/g'
"$loc/usage" | bzip2 -1 | $DD bs=2 skip=1 2>/dev/null | od -v -t x1 \
| $SED -e 's/^[^ ]*//' \