1
0
Fork 0

trivial: kbuild: remove extraneous blank line after declaration of usage()

Signed-off-by: Trevor Keith <tsrk@tsrk.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
hifive-unleashed-5.1
Trevor Keith 2009-07-24 11:29:29 -07:00 committed by Jiri Kosina
parent 22f8b45822
commit f0a75770bd
1 changed files with 0 additions and 1 deletions

View File

@ -125,7 +125,6 @@ char *depfile;
char *cmdline;
void usage(void)
{
fprintf(stderr, "Usage: fixdep <depfile> <target> <cmdline>\n");
exit(1);