whitespace fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -724,7 +724,7 @@ IF_DESKTOP(long long) int FAST_FUNC
|
|||||||
unpack_bz2_stream(int src_fd, int dst_fd)
|
unpack_bz2_stream(int src_fd, int dst_fd)
|
||||||
{
|
{
|
||||||
IF_DESKTOP(long long total_written = 0;)
|
IF_DESKTOP(long long total_written = 0;)
|
||||||
bunzip_data *bd;
|
bunzip_data *bd;
|
||||||
char *outbuf;
|
char *outbuf;
|
||||||
int i;
|
int i;
|
||||||
unsigned len;
|
unsigned len;
|
||||||
|
Reference in New Issue
Block a user