diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-03-14 22:07:09 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-03-14 22:07:09 -0700 |
commit | 64d7ea7b604c2ca9ab8f7236374b3a1c05005e55 (patch) | |
tree | aefb113b164ae28daefaf0405ca5e96fb421781f /mbr/checksize.pl | |
parent | a80b07e7fb8feec668a435101659e3ed94015a23 (diff) | |
download | syslinux.git-64d7ea7b604c2ca9ab8f7236374b3a1c05005e55.tar.gz syslinux.git-64d7ea7b604c2ca9ab8f7236374b3a1c05005e55.tar.xz syslinux.git-64d7ea7b604c2ca9ab8f7236374b3a1c05005e55.zip |
Stealth whitespace cleanup (automated)
Diffstat (limited to 'mbr/checksize.pl')
-rwxr-xr-x | mbr/checksize.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mbr/checksize.pl b/mbr/checksize.pl index b7d560a0..4feb20aa 100755 --- a/mbr/checksize.pl +++ b/mbr/checksize.pl @@ -1,5 +1,5 @@ ## ----------------------------------------------------------------------- -## +## ## Copyright 2007 H. Peter Anvin - All Rights Reserved ## ## This program is free software; you can redistribute it and/or modify @@ -28,4 +28,3 @@ if ($size > $maxsize) { } else { exit 0; } - |