From 9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 17 Sep 2006 16:28:10 +0000 Subject: whitespace cleanup --- archival/libunarchive/decompress_unzip.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archival/libunarchive/decompress_unzip.c') diff --git a/archival/libunarchive/decompress_unzip.c b/archival/libunarchive/decompress_unzip.c index c0203cc4a..74de9af44 100644 --- a/archival/libunarchive/decompress_unzip.c +++ b/archival/libunarchive/decompress_unzip.c @@ -29,7 +29,7 @@ * Ken Turkowski, Dave Mack and Peter Jannesen. * * See the file algorithm.doc for the compression algorithms and file formats. - * + * * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ @@ -853,7 +853,7 @@ int inflate_unzip(int in, int out) /* Create the crc table */ gunzip_crc_table = crc32_filltable(0); gunzip_crc = ~0; - + /* Allocate space for buffer */ bytebuffer = xmalloc(bytebuffer_max); -- cgit v1.2.3