code style

This commit is contained in:
john30
2017-12-26 14:27:44 +01:00
parent 631f05ab3f
commit b0e20b7c7c
7 changed files with 19 additions and 11 deletions
+1 -1
View File
@@ -279,7 +279,7 @@ result_t NetworkDevice::open() {
return RESULT_ERR_GENERIC_IO;
}
if (!m_udp) {
usleep(25000); // wait 25ms for potential initial garbage
usleep(25000); // wait 25ms for potential initial garbage
}
int cnt;
symbol_t buf[MTU];