Style fixes
This commit is contained in:
@@ -190,7 +190,8 @@ start_raw(int argc, const char **argv)
|
||||
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
|
||||
&& !gFDT
|
||||
&& image_multi_getimg(gUImage, 2,
|
||||
|
||||
Reference in New Issue
Block a user