src: Get rid of unneeded whitespace
Change-Id: I630d49ab504d9f6e052806b516a600fa41b9a8da Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26991 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
committed by
Patrick Georgi
parent
68c851bcd7
commit
b0f1988f89
@@ -116,8 +116,8 @@ int printk(int msg_level, const char *fmt, ...)
|
||||
static void usage(char *name)
|
||||
{
|
||||
printf
|
||||
("Usage: %s [-c codesegment] [-s size] [-b base] [-i ip] [-t] <filename> ... \n",
|
||||
name);
|
||||
("Usage: %s [-c codesegment] [-s size] [-b base] [-i ip] [-t] "
|
||||
"<filename> ...\n", name);
|
||||
}
|
||||
|
||||
/* main entry into YABEL biosemu, arguments are:
|
||||
@@ -218,7 +218,7 @@ int main(int argc, char **argv)
|
||||
debugflag = strtol(optarg, 0, 0);
|
||||
break;
|
||||
default:
|
||||
printf("Unknown option \n");
|
||||
printf("Unknown option\n");
|
||||
usage(argv[0]);
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user