whitespace fix

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2010-11-01 02:19:47 +01:00
parent 8531c43b50
commit 4d4d1a015f

View 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;