summaryrefslogtreecommitdiff
path: root/lstadjust.pl
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-02-19 16:52:36 -0800
committerH. Peter Anvin <hpa@zytor.com>2008-02-19 16:52:36 -0800
commitbc7ea9c422f98f969dca78b4736718e3c44edd9b (patch)
tree0f4587c25fb8260511c9b7fb899555ce1510ffbe /lstadjust.pl
parentfe7dbcbaec8b5210604f942f322cecf55a37abe0 (diff)
downloadsyslinux-bc7ea9c422f98f969dca78b4736718e3c44edd9b.tar.gz
Whitespace cleanup...syslinux-3.62-pre11
Diffstat (limited to 'lstadjust.pl')
-rwxr-xr-xlstadjust.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/lstadjust.pl b/lstadjust.pl
index e2e395fe..381c86c3 100755
--- a/lstadjust.pl
+++ b/lstadjust.pl
@@ -37,7 +37,7 @@ $offset = 0;
while (defined($line = <LST>)) {
chomp $line;
-
+
$source = substr($line, 40);
if ($source =~ /^([^;]*);/) {
$source = $1;
@@ -61,4 +61,3 @@ while (defined($line = <LST>)) {
print OUT $line, "\n";
}
-