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:
Marek Vasut
2024-07-13 15:19:34 +02:00
committed by Tom Rini
parent dcc7470f04
commit b51be8ebcb
10 changed files with 0 additions and 21 deletions

View File

@@ -256,7 +256,6 @@ time_t imagetool_get_source_date(
* for ex. default_image.c, fit_image.c
*/
void pbl_load_uboot(int fd, struct image_tool_params *mparams);
int zynqmpbif_copy_image(int fd, struct image_tool_params *mparams);
int imx8image_copy_image(int fd, struct image_tool_params *mparams);