From: Joey Hess Date: Sat, 12 Dec 2009 19:06:51 +0000 (-0500) Subject: brace style X-Git-Tag: 1.01~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6b0015af52e1ffa1f6546c92b2cc11e2a90ea28a;p=tools%2Fpristine-tar.git brace style --- diff --git a/pristine-gz b/pristine-gz index cc33a8c..a29b428 100755 --- a/pristine-gz +++ b/pristine-gz @@ -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' }