]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Thu, 22 Sep 2011 00:15:50 +0000 (18:15 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Thu, 22 Sep 2011 00:15:50 +0000 (18:15 -0600)
src/ipc/Coordinator.cc

index 7bc106ffce2c26a4a6abcedbf88f5d840112ae34..cffbba9b8dd99ee11a814007cb1819be78a36e32 100644 (file)
@@ -168,8 +168,7 @@ Ipc::Coordinator::handleCacheMgrRequest(const Mgr::Request& request)
         Mgr::Action::Pointer action =
             CacheManager::GetInstance()->createRequestedAction(request.params);
         AsyncJob::Start(new Mgr::Inquirer(action, request, strands_));
-    }
-    catch (const std::exception &ex) {
+    } catch (const std::exception &ex) {
         debugs(54, DBG_IMPORTANT, "BUG: cannot aggregate mgr:" <<
                request.params.actionName << ": " << ex.what());
         // TODO: Avoid half-baked Connections or teach them how to close.