mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 01:02:19 +02:00
net/tftp.c: cosmetic: fix indentation
This removes the following checkpatch issue: - WARNING: suspect code indent for conditional statements Signed-off-by: Luca Ceresoli <luca.ceresoli@comelit.it> Cc: Wolfgang Denk <wd@denx.de>
This commit is contained in:
committed by
Wolfgang Denk
parent
6d2231e8fa
commit
0bdd8acc35
@@ -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');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user