Fix arm perlasm trailing newline.
Change-Id: I1119fd8d5a0e03832644cb4b8128eed8ed9acb9e Reviewed-on: https://boringssl-review.googlesource.com/6890 Reviewed-by: Adam Langley <agl@google.com>
This commit is contained in:
parent
0b553eb531
commit
b8ba65a73a
@ -165,6 +165,6 @@ while($line=<>) {
|
||||
print "\n";
|
||||
}
|
||||
|
||||
print "#endif" if ($flavour eq "linux32" || $flavour eq "linux64");
|
||||
print "#endif\n" if ($flavour eq "linux32" || $flavour eq "linux64");
|
||||
|
||||
close STDOUT;
|
||||
|
Loading…
Reference in New Issue
Block a user