Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and wy-hh committed Dec 30, 2024
1 parent aa8eebf commit d264fba
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ int8_t bl_route_hook_init(void)

hook->netif = lwip_netif;
hook->pcb = raw_new_ip_type(IPADDR_TYPE_V6, IP6_NEXTH_ICMP6);
if (NULL == hook->pcb) {
if (NULL == hook->pcb)
{
ret = -1;
goto exit;
}
Expand Down

0 comments on commit d264fba

Please sign in to comment.