]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Wed, 11 Aug 2010 00:12:56 +0000 (18:12 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Wed, 11 Aug 2010 00:12:56 +0000 (18:12 -0600)
compat/os/solaris.h
libntlmauth/support_bits.cci
src/tunnel.cc

index 307e1c0fa1da696410f423bf3a06faa83ea0fcb8..0e4e26b064ffbdfbb8f6625e78317e3918e03732 100644 (file)
@@ -11,7 +11,7 @@
 
 /*
  * ugly hack. System headers require wcsstr, but don't define it.
- */ 
+ */
 #include <wchar.h>
 #ifdef wcsstr
 #undef wcsstr
index bc069abcd5b53e7ec5d0bf12a66f8fe12ed73ee9..06083ca22d0808a6a4b4fd5f812e4499ee21797f 100644 (file)
@@ -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 */
index f308bc498b9e313921a51a1a01587dd14bddea52..a9cfec0ce70c9b236608d61e3719cc9525ad9f00 100644 (file)
@@ -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,