brace style
authorJoey Hess <joey@gnu.kitenet.net>
Sat, 12 Dec 2009 19:06:51 +0000 (14:06 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Sat, 12 Dec 2009 19:06:51 +0000 (14:06 -0500)
pristine-gz

index cc33a8c46370a1b72aa1914211166f8ebfaf5d26..a29b4285e6d12a98c168cccb43247d81dd088f4f 100755 (executable)
@@ -208,7 +208,8 @@ sub predictgzipargs {
 
        if ($level == GZIP_COMPRESSION_BEST) {
                push @args, '-9'
-       } elsif ($level == GZIP_COMPRESSION_FAST) {
+       }
+       elsif ($level == GZIP_COMPRESSION_FAST) {
                push @args, '-1'
        }