From d978ce60f00fd607033e4afbed24335bae2c36ec Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Wed, 18 Feb 2009 15:11:51 -0800 Subject: kbdmap.c: clean up stealth whitespace --- com32/modules/kbdmap.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'com32/modules/kbdmap.c') 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; } - - -- cgit v1.2.1