Skip to content

Commit a812696

Browse files
committed
replace tab with space
1 parent ef1ddae commit a812696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/FEATURE_LWIP/lwip-interface/lwip_stack.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ nsapi_error_t mbed_lwip_emac_init(emac_interface_t *emac)
469469
eth_arch_enable_interrupts();
470470
#endif
471471

472-
netif_inited = true;
472+
netif_inited = true;
473473
return NSAPI_ERROR_OK;
474474
#else
475475
return NSAPI_ERROR_UNSUPPORTED;

0 commit comments

Comments
 (0)