diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-01-13 21:06:21 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-01-13 21:06:21 +0000 |
commit | a8ce712c3cd70a63253f93a240bfe1650e7d6865 (patch) | |
tree | ddac0e3876f058e0070dc497902994583517f879 /archival | |
parent | 17404d32f8a380def4fe8db90300572582d35b5d (diff) | |
download | busybox-w32-a8ce712c3cd70a63253f93a240bfe1650e7d6865.tar.gz busybox-w32-a8ce712c3cd70a63253f93a240bfe1650e7d6865.tar.bz2 busybox-w32-a8ce712c3cd70a63253f93a240bfe1650e7d6865.zip |
whitespace fixes (leading spaces to tab)
git-svn-id: svn://busybox.net/trunk/busybox@17265 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 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); | |||
1008 | # define SEND_CODE(c, tree) \ | 1008 | # define SEND_CODE(c, tree) \ |
1009 | { \ | 1009 | { \ |
1010 | if (verbose > 1) bb_error_msg("\ncd %3d ",(c)); \ | 1010 | if (verbose > 1) bb_error_msg("\ncd %3d ",(c)); \ |
1011 | send_bits(tree[c].Code, tree[c].Len); \ | 1011 | send_bits(tree[c].Code, tree[c].Len); \ |
1012 | } | 1012 | } |
1013 | #endif | 1013 | #endif |
1014 | 1014 | ||
diff --git a/archival/libunarchive/get_header_cpio.c b/archival/libunarchive/get_header_cpio.c index e0272003c..6fd134018 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) | |||
103 | /* Always round up */ | 103 | /* Always round up */ |
104 | printf("%d blocks\n", (int) (archive_handle->offset % 512 ? | 104 | printf("%d blocks\n", (int) (archive_handle->offset % 512 ? |
105 | archive_handle->offset / 512 + 1 : | 105 | archive_handle->offset / 512 + 1 : |
106 | archive_handle->offset / 512 | 106 | archive_handle->offset / 512 |
107 | )); | 107 | )); |
108 | if (saved_hardlinks) { /* Bummer - we still have unresolved hardlinks */ | 108 | if (saved_hardlinks) { /* Bummer - we still have unresolved hardlinks */ |
109 | hardlinks_t *tmp = saved_hardlinks; | 109 | hardlinks_t *tmp = saved_hardlinks; |