cmd: 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:16 +02:00
committed by Tom Rini
parent 789934f1bb
commit e569c73a8e
23 changed files with 0 additions and 44 deletions

View File

@@ -97,7 +97,6 @@ U_BOOT_CMD(
);
#endif
#ifdef CONFIG_CMD_RARP
int do_rarpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
{