diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2013-01-14 01:34:48 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2013-01-14 01:34:48 +0100 |
commit | 6967578728a3eef43b7b2be4080dafc1b87f528d (patch) | |
tree | 76b79c4c81ce8e5ad4e57df5119efecef810e673 /coreutils/md5_sha1_sum.c | |
parent | 52185155088d0910d29c7f4fdf5cb3eecaac8965 (diff) | |
download | busybox-w32-6967578728a3eef43b7b2be4080dafc1b87f528d.tar.gz busybox-w32-6967578728a3eef43b7b2be4080dafc1b87f528d.tar.bz2 busybox-w32-6967578728a3eef43b7b2be4080dafc1b87f528d.zip |
whitespace fixes. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/md5_sha1_sum.c')
-rw-r--r-- | coreutils/md5_sha1_sum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/md5_sha1_sum.c b/coreutils/md5_sha1_sum.c index 2cb6dd43c..59b520fce 100644 --- a/coreutils/md5_sha1_sum.c +++ b/coreutils/md5_sha1_sum.c | |||
@@ -223,7 +223,7 @@ int md5_sha1_sum_main(int argc UNUSED_PARAM, char **argv) | |||
223 | } | 223 | } |
224 | if (count_failed && !(flags & FLAG_SILENT)) { | 224 | if (count_failed && !(flags & FLAG_SILENT)) { |
225 | bb_error_msg("WARNING: %d of %d computed checksums did NOT match", | 225 | bb_error_msg("WARNING: %d of %d computed checksums did NOT match", |
226 | count_failed, count_total); | 226 | count_failed, count_total); |
227 | } | 227 | } |
228 | fclose_if_not_stdin(pre_computed_stream); | 228 | fclose_if_not_stdin(pre_computed_stream); |
229 | } else { | 229 | } else { |