aboutsummaryrefslogtreecommitdiff
path: root/archival/gzip.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-01-13 21:06:21 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-01-13 21:06:21 +0000
commit150f402b36197d822f8a7dd835231cd67b77e959 (patch)
treeddac0e3876f058e0070dc497902994583517f879 /archival/gzip.c
parent2418288cac34272d99dc8b9f46a74163eff5ea2c (diff)
downloadbusybox-150f402b36197d822f8a7dd835231cd67b77e959.tar.gz
whitespace fixes (leading spaces to tab)
Diffstat (limited to 'archival/gzip.c')
-rw-r--r--archival/gzip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/gzip.c b/archival/gzip.c
index b6705425e..2b520b3e7 100644
--- a/archival/gzip.c
+++ b/archival/gzip.c
@@ -1008,7 +1008,7 @@ static void compress_block(ct_data * ltree, ct_data * dtree);
# define SEND_CODE(c, tree) \
{ \
if (verbose > 1) bb_error_msg("\ncd %3d ",(c)); \
- send_bits(tree[c].Code, tree[c].Len); \
+ send_bits(tree[c].Code, tree[c].Len); \
}
#endif