diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-28 18:57:19 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-28 18:57:19 +0200 |
commit | e4dcba1c103dc28e927e004791e331aaf604383d (patch) | |
tree | a18094ecc54fcea2cb523a802e0c414c3e6f85bf /libbb/dump.c | |
parent | 776509544123c68bbc128c0fdb2f699062d294cf (diff) | |
download | busybox-w32-e4dcba1c103dc28e927e004791e331aaf604383d.tar.gz busybox-w32-e4dcba1c103dc28e927e004791e331aaf604383d.tar.bz2 busybox-w32-e4dcba1c103dc28e927e004791e331aaf604383d.zip |
*: whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/dump.c')
-rw-r--r-- | libbb/dump.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libbb/dump.c b/libbb/dump.c index 4db3f06f0..1b1d03a66 100644 --- a/libbb/dump.c +++ b/libbb/dump.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * based on code from util-linux v 2.11l | 4 | * based on code from util-linux v 2.11l |
5 | * | 5 | * |
6 | * Copyright (c) 1989 | 6 | * Copyright (c) 1989 |
7 | * The Regents of the University of California. All rights reserved. | 7 | * The Regents of the University of California. All rights reserved. |
8 | * | 8 | * |
9 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 9 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
10 | * | 10 | * |
@@ -208,7 +208,7 @@ static NOINLINE void rewrite(priv_dumper_t *dumper, FS *fs) | |||
208 | pr->bcnt = fu->bcnt; | 208 | pr->bcnt = fu->bcnt; |
209 | } else if (sokay == USEPREC) { | 209 | } else if (sokay == USEPREC) { |
210 | pr->bcnt = prec; | 210 | pr->bcnt = prec; |
211 | } else { /* NOTOKAY */ | 211 | } else { /* NOTOKAY */ |
212 | bb_error_msg_and_die("%%s requires a precision or a byte count"); | 212 | bb_error_msg_and_die("%%s requires a precision or a byte count"); |
213 | } | 213 | } |
214 | } else if (*p1 == '_') { | 214 | } else if (*p1 == '_') { |
@@ -467,7 +467,7 @@ static void bpad(PR *pr) | |||
467 | 467 | ||
468 | static const char conv_str[] ALIGN1 = | 468 | static const char conv_str[] ALIGN1 = |
469 | "\0\\0\0" | 469 | "\0\\0\0" |
470 | "\007\\a\0" /* \a */ | 470 | "\007\\a\0" /* \a */ |
471 | "\b\\b\0" | 471 | "\b\\b\0" |
472 | "\f\\b\0" | 472 | "\f\\b\0" |
473 | "\n\\n\0" | 473 | "\n\\n\0" |