From: Automatic source maintenance Date: Fri, 28 Dec 2012 01:13:14 +0000 (-0700) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_3_4_0_1~413 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=608622b8b1077e185e47dd8d9420c2b7ebf55a4e;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/store_dir.cc b/src/store_dir.cc index 8175ff6aed..ed341d1224 100644 --- a/src/store_dir.cc +++ b/src/store_dir.cc @@ -913,7 +913,7 @@ StoreHashIndex::callback() void StoreHashIndex::create() { - if(Config.cacheSwap.n_configured == 0) { + if (Config.cacheSwap.n_configured == 0) { debugs(0, DBG_PARSE_NOTE(DBG_CRITICAL), "No cache_dir stores are configured."); } diff --git a/src/tests/test_http_range.cc b/src/tests/test_http_range.cc index 3846cc47e2..03d513972a 100644 --- a/src/tests/test_http_range.cc +++ b/src/tests/test_http_range.cc @@ -189,7 +189,7 @@ testRangeCanonization() int main(int argc, char **argv) { - try{ + try { Mem::Init(); /* enable for debugging to console */ // _db_init (NULL, NULL);