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 0622263362
commit 46331941a9
+1
View File
@@ -117,6 +117,7 @@ bool FindLocalIP(const struct sockaddr_in &client_addr, uint32_t &local_ip) {
pAdapter = pAdapter->Next; pAdapter = pAdapter->Next;
} }
} }
return found; return found;
} }
#else #else