]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Fri, 28 Dec 2012 01:13:14 +0000 (18:13 -0700)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Fri, 28 Dec 2012 01:13:14 +0000 (18:13 -0700)
src/store_dir.cc
src/tests/test_http_range.cc

index 8175ff6aed9ce037ade173dcfab0995432427739..ed341d12248f2b6801816da84c1b9f51306e084e 100644 (file)
@@ -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.");
     }
 
index 3846cc47e22838879ce270c5974b47c2861e8456..03d513972a9b709418ee5d2568dee77f8c8a7573 100644 (file)
@@ -189,7 +189,7 @@ testRangeCanonization()
 int
 main(int argc, char **argv)
 {
-    try{
+    try {
         Mem::Init();
         /* enable for debugging to console */
         //    _db_init (NULL, NULL);