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>
This commit is contained in:
Trevor Keith 2009-07-24 11:29:29 -07:00 committed by Jiri Kosina
parent 22f8b45822
commit f0a75770bd

View File

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