Style fixes

This commit is contained in:
François Revol
2013-10-15 22:17:55 +02:00
parent b55cb439e7
commit 3f92e864a1
+2 -1
View File
@@ -190,7 +190,8 @@ start_raw(int argc, const char **argv)
args.arguments_count = --argc; args.arguments_count = --argc;
} }
// if we get passed a uimage, try to find the third blob only if we do not have FDT data yet // if we get passed a uimage, try to find the third blob
// only if we do not have FDT data yet
if (gUImage != NULL if (gUImage != NULL
&& !gFDT && !gFDT
&& image_multi_getimg(gUImage, 2, && image_multi_getimg(gUImage, 2,