Skip to content

Commit 7ec5de8

Browse files
committed
space correction
1 parent 9453aec commit 7ec5de8

File tree

1 file changed

+6
-6
lines changed
  • features/net/FEATURE_IPV4/lwip-interface/lwip-eth/arch/TARGET_STM

1 file changed

+6
-6
lines changed

features/net/FEATURE_IPV4/lwip-interface/lwip-eth/arch/TARGET_STM/stm32xx_emac.c

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -440,12 +440,12 @@ void eth_arch_disable_interrupts(void)
440440
*/
441441

442442
void mbed_mac_address(char *mac) {
443-
if (mbed_otp_mac_address(mac)) {
444-
return;
445-
} else {
446-
mbed_default_mac_address(mac);
447-
}
448-
return;
443+
if (mbed_otp_mac_address(mac)) {
444+
return;
445+
} else {
446+
mbed_default_mac_address(mac);
447+
}
448+
return;
449449
}
450450

451451
__weak uint8_t mbed_otp_mac_address(char *mac) {

0 commit comments

Comments
 (0)