summaryrefslogtreecommitdiff
path: root/genhash.pl
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2006-05-03 17:32:15 -0700
committerH. Peter Anvin <hpa@zytor.com>2006-05-03 17:32:15 -0700
commit28eecd8965aedbd75727fb0797a2e7033d5c54ee (patch)
tree1cac9ffc5f7fe7fd82d59b4accd7b8cf85762f74 /genhash.pl
parentf8c463722022008c8412a69f90576d2bf38818ed (diff)
downloadsyslinux-28eecd8965aedbd75727fb0797a2e7033d5c54ee.tar.gz
Across-the-board stealth whitespace cleanup
Diffstat (limited to 'genhash.pl')
-rwxr-xr-xgenhash.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/genhash.pl b/genhash.pl
index b1b4cc0e..c79139fd 100755
--- a/genhash.pl
+++ b/genhash.pl
@@ -7,7 +7,7 @@ eval { use bytes; };
while ( defined($keywd = <STDIN>) ) {
chomp $keywd;
-
+
($keywd,$keywdname) = split(/\s+/, $keywd);
$keywdname = $keywd unless ( $keywdname );