From: Matt Caswell Date: Tue, 6 Jan 2015 15:32:01 +0000 (+0000) Subject: Remove blank line from start of cflags character array in buildinf.h X-Git-Tag: OpenSSL_1_0_1k~15 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cb951e336bafb0f98896e12fda41af6b6eef5fb2;p=oweals%2Fopenssl.git Remove blank line from start of cflags character array in buildinf.h Reviewed-by: Richard Levitte (cherry picked from commit b691154e18c0367643696db3cf73debe9ddfa9ae) --- diff --git a/util/mkbuildinf.pl b/util/mkbuildinf.pl index ca02d7b0b2..9d7b81c76e 100755 --- a/util/mkbuildinf.pl +++ b/util/mkbuildinf.pl @@ -19,7 +19,7 @@ my $ctr = 0; foreach my $c (split //, $cflags) { # Max 18 characters per line if (($ctr++ % 18) == 0) { - if ($ctr != 0) { + if ($ctr != 1) { print "\n"; } print " ";