From 8a69f68d50f6ea33d3f7139d804d376850b0d291 Mon Sep 17 00:00:00 2001 From: Melody Date: Sat, 29 Dec 2018 10:09:05 -0500 Subject: [PATCH] newline --- .travis/calcrom/calcrom.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/calcrom/calcrom.pl b/.travis/calcrom/calcrom.pl index a0a74ca1bf..5bcd9deab1 100755 --- a/.travis/calcrom/calcrom.pl +++ b/.travis/calcrom/calcrom.pl @@ -43,4 +43,4 @@ my $asmPct = sprintf("%.4f", 100 * $asm / $total); print "$total total bytes of code\n"; print "$src bytes of code in src ($srcPct%)\n"; print "$asm bytes of code in asm ($asmPct%)\n"; -print "$undocumented global names undocumented\n"; \ No newline at end of file +print "$undocumented global names undocumented\n";