From 8f6ae1a5244ca886c1ad4c154055336706f63f3a Mon Sep 17 00:00:00 2001 From: Automatic source maintenance Date: Thu, 18 Oct 2012 18:13:17 -0600 Subject: [PATCH] SourceFormat Enforcement --- compat/os/mswindows.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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(); -- 2.47.3