提交 b691154e 编写于 作者: M Matt Caswell

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

Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 0548505f
...@@ -19,7 +19,7 @@ my $ctr = 0; ...@@ -19,7 +19,7 @@ my $ctr = 0;
foreach my $c (split //, $cflags) { foreach my $c (split //, $cflags) {
# Max 18 characters per line # Max 18 characters per line
if (($ctr++ % 18) == 0) { if (($ctr++ % 18) == 0) {
if ($ctr != 0) { if ($ctr != 1) {
print "\n"; print "\n";
} }
print " "; print " ";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册