whitespace fix

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
1_18_stable
Denys Vlasenko 2010-11-01 02:19:47 +01:00
parent 8531c43b50
commit 4d4d1a015f
1 changed files with 1 additions and 1 deletions

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;