Skip to content

Commit a9b1b1c

Browse files
Archcadyadbridge
authored andcommitted
replace tab with space
1 parent 8d21488 commit a9b1b1c

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
@@ -467,7 +467,7 @@ nsapi_error_t mbed_lwip_emac_init(emac_interface_t *emac)
467467
eth_arch_enable_interrupts();
468468
#endif
469469

470-
netif_inited = true;
470+
netif_inited = true;
471471
return NSAPI_ERROR_OK;
472472
#else
473473
return NSAPI_ERROR_UNSUPPORTED;

0 commit comments

Comments
 (0)