mkimage: Drop blank line before main()

This is not needed. Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Simon Glass 2016-06-30 10:52:11 -06:00 committed by Tom Rini
parent 63ef31b9ef
commit 58b2247542

View File

@ -285,7 +285,6 @@ static void process_args(int argc, char **argv)
usage("Missing output filename");
}
int main(int argc, char **argv)
{
int ifd = -1;