Skip to content

Commit 01ec0da

Browse files
committed
Replacing formatting issues
1 parent 01808db commit 01ec0da

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

targets/TARGET_Realtek/TARGET_AMEBA/RTWInterface.cpp

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@ RTWInterface::RTWInterface(bool debug)
100100
}
101101
emac->ops.power_up(emac);
102102
if (_inited == false) {
103-
ret = mbed_lwip_init(emac);
104-
if (ret != 0) {
105-
printf("Error init RTWInterface!(%d)\r\n", ret);
106-
return;
107-
}
108-
_inited = true;
109-
}
103+
ret = mbed_lwip_init(emac);
104+
if (ret != 0) {
105+
printf("Error init RTWInterface!(%d)\r\n", ret);
106+
return;
107+
}
108+
_inited = true;
109+
}
110110
}
111111

112112
RTWInterface::~RTWInterface()

0 commit comments

Comments
 (0)