X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fcount_lines;h=43ca79e68a51ca00dc104606d6428a75a31ea05d;hb=eb02a91c16d62d83891cd77f1db089cb2c3706d5;hp=aebf0c4080231d54b7a10a41610081eb1e627ed3;hpb=9af77fa423926fbda946b31e174173d0ec5ebac8;p=ghc-hetmet.git diff --git a/ghc/compiler/count_lines b/ghc/compiler/count_lines index aebf0c4..43ca79e 100644 --- a/ghc/compiler/count_lines +++ b/ghc/compiler/count_lines @@ -54,7 +54,7 @@ printf "\n%-20s %6d %6d\n\n\n", 'TOTAL:', $tot, $totcmts; $tot = 0; $totcmts = 0; -printf "\n Code Comments\n" +printf "\n Code Comments\n"; foreach $m (sort (keys %ModCount)) { printf "%-20s %6d %6d\n", $m, $ModCount{$m}, $ModComments{$m}; $tot += $ModCount{$m};