Update network_util.cpp

Adjust the indentation.
This commit is contained in:
jingweiz2017
2019-10-25 10:49:02 +08:00
committed by GitHub
parent 74f63da255
commit b261798200
+1
View File
@@ -117,6 +117,7 @@ bool FindLocalIP(const struct sockaddr_in &client_addr, uint32_t &local_ip) {
pAdapter = pAdapter->Next;
}
}
return found;
}
#else