diff options
author | Simon Glass <sjg@chromium.org> | 2016-06-30 10:52:11 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-07-14 18:22:27 -0400 |
commit | 58b22475424276886df9da9c3e081a8c3057ec77 (patch) | |
tree | 4bb6a2bcb1c3a54c6298bb6ff4f206045bf495b4 | |
parent | 63ef31b9efbf33071cad58a185cc616671d2af62 (diff) |
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>
-rw-r--r-- | tools/mkimage.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/mkimage.c b/tools/mkimage.c index 76ae09e2b7..920d3bed67 100644 --- a/tools/mkimage.c +++ b/tools/mkimage.c @@ -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; |