whitespace fix
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 1 Nov 2010 01:19:47 +0000 (02:19 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 1 Nov 2010 01:19:47 +0000 (02:19 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
archival/libunarchive/decompress_bunzip2.c

index 0fa4fb886446439c04b250941508aeff9171581b..15f08a60e4ed8784526ec10f3c44b2d6194ad804 100644 (file)
@@ -724,7 +724,7 @@ IF_DESKTOP(long long) int FAST_FUNC
 unpack_bz2_stream(int src_fd, int dst_fd)
 {
        IF_DESKTOP(long long total_written = 0;)
-               bunzip_data *bd;
+       bunzip_data *bd;
        char *outbuf;
        int i;
        unsigned len;