mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 20:27:49 +02:00
Code style unification across file
This commit is contained in:
parent
8123b0d6e8
commit
386d877049
1 changed files with 33 additions and 32 deletions
|
@ -75,7 +75,8 @@ const char *inet_ntop_xp(int af, const void *src, char *dst, socklen_t size)
|
|||
ZeroMemory(&ss, sizeof(ss));
|
||||
ss.ss_family = af;
|
||||
|
||||
switch(af) {
|
||||
switch (af)
|
||||
{
|
||||
case AF_INET:
|
||||
((struct sockaddr_in *)&ss)->sin_addr = *(struct in_addr *)src;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue