]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Thu, 16 Jun 2016 00:14:16 +0000 (00:14 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Thu, 16 Jun 2016 00:14:16 +0000 (00:14 +0000)
src/adaptation/ecap/Host.cc
src/debug.cc

index 140553ba0e768552ba5f14cf69825b136e9c110e..30b966119ae603a0859a08a7224b8799e7e194f8 100644 (file)
@@ -148,8 +148,8 @@ Adaptation::Ecap::Host::openDebug(libecap::LogVerbosity lv)
     const int squidLevel = SquidLogLevel(lv);
     const int squidSection = 93; // XXX: this should be a global constant
     return Debug::Enabled(squidSection, squidLevel) ?
-        &Debug::Start(squidSection, squidLevel) :
-        NULL;
+           &Debug::Start(squidSection, squidLevel) :
+           NULL;
 }
 
 void
index b2a789186c4c363c559583ec7814b973f75e7f00..557b48bffc686d2e797932fffdcddc9652d9cbf2 100644 (file)
@@ -729,7 +729,7 @@ Debug::Context::rewind(const int aSection, const int aLevel)
     level = aLevel;
     sectionLevel = Levels[aSection];
     assert(upper == Current);
-    
+
     buf.str(std::string());
     buf.clear();
     // debugs() users are supposed to preserve format, but