Skip to content

Commit 6fd9457

Browse files
Fix goto indentation
Co-authored-by: Copilot <[email protected]>
1 parent bf18444 commit 6fd9457

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/networking/dhserver.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,10 +276,10 @@ static ip_addr_t get_dhcp_destination(struct netif *netif, const DHCP_TYPE *dhcp
276276
goto dest_broadcast;
277277
}
278278

279-
dest_broadcast:
280-
ip_addr_set_ip4_u32(&dest_addr,
281-
ip4_addr_get_u32(netif_ip4_addr(netif)) | ~ip4_addr_get_u32(netif_ip4_netmask(netif)));
282-
return dest_addr;
279+
dest_broadcast:
280+
ip_addr_set_ip4_u32(&dest_addr,
281+
ip4_addr_get_u32(netif_ip4_addr(netif)) | ~ip4_addr_get_u32(netif_ip4_netmask(netif)));
282+
return dest_addr;
283283

284284
}
285285

0 commit comments

Comments
 (0)