diff options
author | Denis Vlasenko | 2007-01-13 21:06:21 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-01-13 21:06:21 +0000 |
commit | 150f402b36197d822f8a7dd835231cd67b77e959 (patch) | |
tree | ddac0e3876f058e0070dc497902994583517f879 /archival | |
parent | 2418288cac34272d99dc8b9f46a74163eff5ea2c (diff) | |
download | busybox-150f402b36197d822f8a7dd835231cd67b77e959.zip busybox-150f402b36197d822f8a7dd835231cd67b77e959.tar.gz |
whitespace fixes (leading spaces to tab)
Diffstat (limited to 'archival')
-rw-r--r-- | archival/gzip.c | 2 | ||||
-rw-r--r-- | archival/libunarchive/get_header_cpio.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archival/gzip.c b/archival/gzip.c index b670542..2b520b3 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 diff --git a/archival/libunarchive/get_header_cpio.c b/archival/libunarchive/get_header_cpio.c index e027200..6fd1340 100644 --- a/archival/libunarchive/get_header_cpio.c +++ b/archival/libunarchive/get_header_cpio.c @@ -103,7 +103,7 @@ char get_header_cpio(archive_handle_t *archive_handle) /* Always round up */ printf("%d blocks\n", (int) (archive_handle->offset % 512 ? archive_handle->offset / 512 + 1 : - archive_handle->offset / 512 + archive_handle->offset / 512 )); if (saved_hardlinks) { /* Bummer - we still have unresolved hardlinks */ hardlinks_t *tmp = saved_hardlinks; |