]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Remove some excess whitespace
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 27 May 2010 04:07:20 +0000 (16:07 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 27 May 2010 04:07:20 +0000 (16:07 +1200)
include/RefCount.h
src/auth/Scheme.cc
src/auth/digest/auth_digest.cc
src/auth/ntlm/auth_ntlm.cc
test-suite/Makefile.am

index 87341efaa03c5290f563c8a16300219f25847e60..b10ce82c8c450ef9dab7ce86c28147b799cac850 100644 (file)
 
 #include "config.h"
 
-#if REFCOUNT_DEBUG
-#include "Debug.h"
-#endif
-
 #if HAVE_IOSTREAM
 #include <iostream>
 #endif
index b476636c18ff0157277888b8712679b2cedaeb30..5a86b2edb3f21c036bff59113638d1ce90ef8b70 100644 (file)
@@ -83,7 +83,7 @@ AuthScheme::GetSchemes()
 void
 AuthScheme::FreeAll()
 {
-//    assert(shutting_down);
+    assert(shutting_down);
 
     while (GetSchemes().size()) {
         AuthScheme::Pointer scheme = GetSchemes().back();
index aa0845145fb0710b8a4b4f9ee72bbefcea579357..6cafdfb8efbd50ecca860494d4774209952fb25b 100644 (file)
@@ -509,7 +509,6 @@ AuthDigestConfig::rotateHelpers()
     /* NP: dynamic helper restart will ensure they start up again as needed. */
 }
 
-
 /** delete the digest request structure. Does NOT delete related structures */
 void
 digestScheme::done()
@@ -646,7 +645,6 @@ DigestUser::ttl() const
     return min(nonce_ttl, global_ttl);
 }
 
-
 /* Initialize helpers and the like for this auth scheme. Called AFTER parsing the
  * config file */
 void
index 500bcf05d39c429ea6a9ec79e624b2c3745b7416..d534cd472fa69d654bdb21dc94d231651cc1d0e9 100644 (file)
@@ -281,7 +281,6 @@ NTLMUser::ttl() const
     return -1; // NTLM credentials cannot be cached.
 }
 
-
 static void
 authenticateNTLMStats(StoreEntry * sentry)
 {
index 00f427974cd87e09f1577d619a05851229db63af..513aea4c4f49ffca0644c2f9ff4878a44db3380b 100644 (file)
@@ -67,7 +67,7 @@ mem_hdr_test_SOURCES = mem_hdr_test.cc $(DEBUG_SOURCE)
 mem_hdr_test_LDADD = $(top_builddir)/src/stmem.o \
                     $(top_builddir)/src/mem_node.o $(LDADD)
 MemPoolTest_SOURCES = MemPoolTest.cc
-refcount_SOURCES = refcount.cc  $(DEBUG_SOURCE)
+refcount_SOURCES = refcount.cc
 
 splay_SOURCES = splay.cc