Commit cb951e33 authored by Matt Caswell's avatar Matt Caswell
Browse files

Remove blank line from start of cflags character array in buildinf.h



Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
(cherry picked from commit b691154e)
parent 37580f43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 "        ";