From d868ed7aea79199e7b22a02ac01cd4cec8760049 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Fri, 24 Jan 2014 15:44:54 +0000 Subject: Make MOVEDLint output more consistent --- Tools/scripts/MOVEDlint.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tools') diff --git a/Tools/scripts/MOVEDlint.awk b/Tools/scripts/MOVEDlint.awk index 883becaa44a9..20f6dbd55ca7 100755 --- a/Tools/scripts/MOVEDlint.awk +++ b/Tools/scripts/MOVEDlint.awk @@ -88,7 +88,7 @@ $3 !~ /^20[0-3][0-9]-[01][0-9]-[0-3][0-9]$/ { # printf "Initial value of 'reason' is lowercase: %5d (%s)\n", NR, $4 if ($4 ~ /\.$/) - printf "Final character is a dot: %5d (%s)\n", NR, $4 + printf "%5d: Final character is a dot: (%s)\n", NR, $4 } END { -- cgit v1.2.3