Skip to content
Snippets Groups Projects
Commit 0bdd8acc authored by Luca Ceresoli's avatar Luca Ceresoli Committed by Wolfgang Denk
Browse files

net/tftp.c: cosmetic: fix indentation


This removes the following checkpatch issue:
 - WARNING: suspect code indent for conditional statements

Signed-off-by: default avatarLuca Ceresoli <luca.ceresoli@comelit.it>
Cc: Wolfgang Denk <wd@denx.de>
parent 6d2231e8
No related branches found
No related tags found
No related merge requests found
...@@ -607,7 +607,8 @@ TftpStart(void) ...@@ -607,7 +607,8 @@ TftpStart(void)
IPaddr_t ServerNet = TftpServerIP & NetOurSubnetMask; IPaddr_t ServerNet = TftpServerIP & NetOurSubnetMask;
if (OurNet != ServerNet) if (OurNet != ServerNet)
printf("; sending through gateway %pI4", &NetOurGatewayIP); printf("; sending through gateway %pI4",
&NetOurGatewayIP);
} }
putc('\n'); putc('\n');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment