From: Automatic source maintenance Date: Wed, 11 Aug 2010 00:12:56 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: take1~399 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=a2b71b22aafcb14cece757f3c856f886a56b3d29;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/compat/os/solaris.h b/compat/os/solaris.h index 307e1c0fa1..0e4e26b064 100644 --- a/compat/os/solaris.h +++ b/compat/os/solaris.h @@ -11,7 +11,7 @@ /* * ugly hack. System headers require wcsstr, but don't define it. - */ + */ #include #ifdef wcsstr #undef wcsstr diff --git a/libntlmauth/support_bits.cci b/libntlmauth/support_bits.cci index bc069abcd5..06083ca22d 100644 --- a/libntlmauth/support_bits.cci +++ b/libntlmauth/support_bits.cci @@ -89,12 +89,12 @@ hex_dump(unsigned char *data, int size) } } - if (0) { //temporary hack to keep the linker happy - uc(NULL); - lc(NULL); - hex_dump(NULL,0); - } - + if (0) { //temporary hack to keep the linker happy + uc(NULL); + lc(NULL); + hex_dump(NULL,0); + } + } #endif /* _SQUID_LIBNTLMAUTH_SUPPORT_BITS_CCI */ diff --git a/src/tunnel.cc b/src/tunnel.cc index f308bc498b..a9cfec0ce7 100644 --- a/src/tunnel.cc +++ b/src/tunnel.cc @@ -651,7 +651,7 @@ tunnelStart(ClientHttpRequest * http, int64_t * size_ptr, int *status_ptr) self = NULL; // refcounted return; } - + // if IPv6 is split-stack, prefer IPv4 if (Ip::EnableIpv6&IPV6_SPECIAL_SPLITSTACK) { // NP: This is not a great choice of default,