diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-09 10:21:17 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-09 10:21:17 +0000 |
commit | 043f5658ce8b43a7d5ce286f0778cefdf6314e79 (patch) | |
tree | 98987f101f90092dd6ceae7c86f5f85c9e97d5c3 /Tools/scripts/chkmodules.pl | |
parent | Remove trailing spaces. (diff) |
Remove traling spaces.
Notes
Notes:
svn path=/head/; revision=125941
Diffstat (limited to 'Tools/scripts/chkmodules.pl')
-rwxr-xr-x | Tools/scripts/chkmodules.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/chkmodules.pl b/Tools/scripts/chkmodules.pl index d1f97a857743..a789a79a65ba 100755 --- a/Tools/scripts/chkmodules.pl +++ b/Tools/scripts/chkmodules.pl @@ -114,7 +114,7 @@ print join("\n ", print join("\n ", "\nModules that are not sorted correctly:", - map("$_: $missorted{$_}", sort { $a <=> $b } keys %missorted)), "\n" + map("$_: $missorted{$_}", sort { $a <=> $b } keys %missorted)), "\n" if %missorted; print join("\n ", |