[U-Boot] [PATCH 05/14] mkimage: Drop blank line before main()

Simon Glass sjg at chromium.org
Thu Jun 30 18:52:11 CEST 2016


This is not needed. Drop it.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 tools/mkimage.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/mkimage.c b/tools/mkimage.c
index 76ae09e..920d3be 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;
-- 
2.8.0.rc3.226.g39d4020



More information about the U-Boot mailing list