From a2b71b22aafcb14cece757f3c856f886a56b3d29 Mon Sep 17 00:00:00 2001 From: Automatic source maintenance Date: Tue, 10 Aug 2010 18:12:56 -0600 Subject: [PATCH] SourceFormat Enforcement --- compat/os/solaris.h | 2 +- libntlmauth/support_bits.cci | 12 ++++++------ src/tunnel.cc | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) 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, -- 2.47.2