Ensure x86asm.pl ends with a newline.
Appease the Chromium build on OS X. Change-Id: Idb7466b4d3e4cc9161cd09066b2f79a6290838b1 Reviewed-on: https://boringssl-review.googlesource.com/1240 Reviewed-by: Adam Langley <agl@google.com>
This commit is contained in:
parent
904a32e975
commit
515ee12d62
@ -237,7 +237,7 @@ sub ::asm_finish
|
||||
{ &file_end();
|
||||
print "#if defined(__i386__)\n";
|
||||
print @out;
|
||||
print "#endif";
|
||||
print "#endif\n";
|
||||
}
|
||||
|
||||
sub ::asm_init
|
||||
|
Loading…
Reference in New Issue
Block a user