summaryrefslogtreecommitdiff
path: root/com32/modules/kbdmap.c
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2009-02-18 15:11:51 -0800
committerH. Peter Anvin <hpa@linux.intel.com>2009-02-18 15:12:14 -0800
commitd978ce60f00fd607033e4afbed24335bae2c36ec (patch)
treeeab3b81d942a02baa6b462d4749c8d7b495a6e76 /com32/modules/kbdmap.c
parent5241ed1d54a8bb844b0b983dcf03f0de55a20b1d (diff)
downloadsyslinux-d978ce60f00fd607033e4afbed24335bae2c36ec.tar.gz
kbdmap.c: clean up stealth whitespace
Diffstat (limited to 'com32/modules/kbdmap.c')
-rw-r--r--com32/modules/kbdmap.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/com32/modules/kbdmap.c b/com32/modules/kbdmap.c
index 39d7301c..866acfc2 100644
--- a/com32/modules/kbdmap.c
+++ b/com32/modules/kbdmap.c
@@ -1,5 +1,5 @@
/* ----------------------------------------------------------------------- *
- *
+ *
* Copyright 2009 H. Peter Anvin - All Rights Reserved
*
* This program is free software; you can redistribute it and/or modify
@@ -38,7 +38,7 @@ int main(int argc, char *argv[])
error("Syslinux core version mismatch\n");
return 1;
}
-
+
if (loadfile(argv[1], &kbdmap, &map_size)) {
error("Keyboard map file load error\n");
return 1;
@@ -52,5 +52,3 @@ int main(int argc, char *argv[])
memcpy(kmap->map, kbdmap, map_size);
return 0;
}
-
-