]> git.sur5r.net Git - u-boot/commitdiff
mkimage: Drop blank line before main()
authorSimon Glass <sjg@chromium.org>
Thu, 30 Jun 2016 16:52:11 +0000 (10:52 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 14 Jul 2016 22:22:27 +0000 (18:22 -0400)
This is not needed. Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
tools/mkimage.c

index 76ae09e2b7f0873c33357a48d578630653c945a8..920d3bed675d01091d696aa39439e6479d3387dd 100644 (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;