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 /archival/libunarchive | |
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 'archival/libunarchive')
-rw-r--r-- | archival/libunarchive/decompress_uncompress.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archival/libunarchive/decompress_uncompress.c b/archival/libunarchive/decompress_uncompress.c index 1ff89ce3c..285b4efeb 100644 --- a/archival/libunarchive/decompress_uncompress.c +++ b/archival/libunarchive/decompress_uncompress.c | |||
@@ -29,10 +29,10 @@ | |||
29 | 29 | ||
30 | 30 | ||
31 | /* Default input buffer size */ | 31 | /* Default input buffer size */ |
32 | #define IBUFSIZ 2048 | 32 | #define IBUFSIZ 2048 |
33 | 33 | ||
34 | /* Default output buffer size */ | 34 | /* Default output buffer size */ |
35 | #define OBUFSIZ 2048 | 35 | #define OBUFSIZ 2048 |
36 | 36 | ||
37 | /* Defines for third byte of header */ | 37 | /* Defines for third byte of header */ |
38 | #define BIT_MASK 0x1f /* Mask for 'number of compresssion bits' */ | 38 | #define BIT_MASK 0x1f /* Mask for 'number of compresssion bits' */ |