summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelody <melody@pallet.town>2018-12-29 10:09:05 -0500
committerMelody <melody@pallet.town>2018-12-29 10:09:05 -0500
commit8a69f68d50f6ea33d3f7139d804d376850b0d291 (patch)
tree9e343314e75ce1ca2c9efc26c147af08bd7200c8
parentcfad7d2f6c2a3155d9b142596198f55d6d76af4a (diff)
newline
-rwxr-xr-x.travis/calcrom/calcrom.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/calcrom/calcrom.pl b/.travis/calcrom/calcrom.pl
index a0a74ca1b..5bcd9deab 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";