From: Source Maintenance Date: Thu, 16 Jun 2016 00:14:16 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_3_5_20~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecfd2379047c26331bbd735bdf2a4d49e218b435;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/adaptation/ecap/Host.cc b/src/adaptation/ecap/Host.cc index 140553ba0e..30b966119a 100644 --- a/src/adaptation/ecap/Host.cc +++ b/src/adaptation/ecap/Host.cc @@ -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 diff --git a/src/debug.cc b/src/debug.cc index b2a789186c..557b48bffc 100644 --- a/src/debug.cc +++ b/src/debug.cc @@ -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