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:
David Benjamin 2014-07-17 15:15:41 -04:00 committed by Adam Langley
parent 904a32e975
commit 515ee12d62

View File

@ -237,7 +237,7 @@ sub ::asm_finish
{ &file_end();
print "#if defined(__i386__)\n";
print @out;
print "#endif";
print "#endif\n";
}
sub ::asm_init