tools: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
@@ -793,7 +793,6 @@ static uint32_t parse_cfg_file(struct imx_header *imxhdr, char *name)
|
||||
return dcd_len;
|
||||
}
|
||||
|
||||
|
||||
static int imximage_check_image_types(uint8_t type)
|
||||
{
|
||||
if (type == IH_TYPE_IMXIMAGE)
|
||||
@@ -1057,7 +1056,6 @@ static int imximage_generate(struct image_tool_params *params,
|
||||
return pad_len;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* imximage parameters
|
||||
*/
|
||||
|
Reference in New Issue
Block a user