mirror of
https://repo.or.cz/socat.git
synced 2025-07-14 15:23:24 +00:00
Removed trailing white space from *.h and *.c files
This commit is contained in:
parent
920d77847d
commit
33896a3f38
38 changed files with 172 additions and 165 deletions
|
@ -125,7 +125,7 @@ int xio_tcpwrap_check(xiosingle_t *xfd, union sockaddr_union *us,
|
|||
if (inet_ntop(us->soa.sa_family,
|
||||
#if WITH_IP6
|
||||
us->soa.sa_family==PF_INET6 ?
|
||||
(void *)&us->ip6.sin6_addr :
|
||||
(void *)&us->ip6.sin6_addr :
|
||||
#endif
|
||||
(void *)&us->ip4.sin_addr,
|
||||
serveraddr, sizeof(serveraddr)) == NULL) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue