]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Fri, 19 Oct 2012 00:13:17 +0000 (18:13 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Fri, 19 Oct 2012 00:13:17 +0000 (18:13 -0600)
compat/os/mswindows.h

index 82a5507f41db85679dc7b24fb50144bd620beaf4..bf805944cfed9b59cbe5fdcfdcc1648b707daa6d 100644 (file)
@@ -501,8 +501,7 @@ connect(int s, const struct sockaddr * n, socklen_t l)
 #define connect(s,n,l) Squid::connect(s,n,l)
 
 inline struct hostent *
-gethostbyname(const char *n)
-{
+gethostbyname(const char *n) {
     HOSTENT FAR * result;
     if ((result = ::gethostbyname(n)) == NULL)
         errno = WSAGetLastError();