diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-10-14 04:55:59 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-10-14 04:55:59 +0000 |
commit | 3f5fdc7572d932f33f81029956b87230c9b05182 (patch) | |
tree | 13e8b0c3dc4c11fe0ac09affef497075177cd648 /archival/bz/bzlib.c | |
parent | be039374f3bd1c76535387ac4d079506804be270 (diff) | |
download | busybox-w32-3f5fdc7572d932f33f81029956b87230c9b05182.tar.gz busybox-w32-3f5fdc7572d932f33f81029956b87230c9b05182.tar.bz2 busybox-w32-3f5fdc7572d932f33f81029956b87230c9b05182.zip |
remove trailing whitespace
Diffstat (limited to 'archival/bz/bzlib.c')
-rw-r--r-- | archival/bz/bzlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/bz/bzlib.c b/archival/bz/bzlib.c index 57a69747e..f27050a3c 100644 --- a/archival/bz/bzlib.c +++ b/archival/bz/bzlib.c | |||
@@ -259,7 +259,7 @@ void /*Bool*/ handle_compress(bz_stream *strm) | |||
259 | /*Bool progress_in = False;*/ | 259 | /*Bool progress_in = False;*/ |
260 | /*Bool progress_out = False;*/ | 260 | /*Bool progress_out = False;*/ |
261 | EState* s = strm->state; | 261 | EState* s = strm->state; |
262 | 262 | ||
263 | while (1) { | 263 | while (1) { |
264 | if (s->state == BZ_S_OUTPUT) { | 264 | if (s->state == BZ_S_OUTPUT) { |
265 | /*progress_out |=*/ copy_output_until_stop(s); | 265 | /*progress_out |=*/ copy_output_until_stop(s); |