From: Automatic source maintenance Date: Fri, 19 Oct 2012 00:13:17 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_3_4_0_1~559 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8f6ae1a5244ca886c1ad4c154055336706f63f3a;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/compat/os/mswindows.h b/compat/os/mswindows.h index 82a5507f41..bf805944cf 100644 --- a/compat/os/mswindows.h +++ b/compat/os/mswindows.h @@ -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();