From 515ee12d626e7ae35fbea78cf9fc10506f943997 Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Thu, 17 Jul 2014 15:15:41 -0400 Subject: [PATCH] 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 --- crypto/perlasm/x86asm.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/perlasm/x86asm.pl b/crypto/perlasm/x86asm.pl index 1c884831..bab15e7c 100644 --- a/crypto/perlasm/x86asm.pl +++ b/crypto/perlasm/x86asm.pl @@ -237,7 +237,7 @@ sub ::asm_finish { &file_end(); print "#if defined(__i386__)\n"; print @out; - print "#endif"; + print "#endif\n"; } sub ::asm_init