From 45f2e27fc5c19eb7b32bc697f51d6ee05a704a18 Mon Sep 17 00:00:00 2001 From: Automatic source maintenance Date: Sat, 1 Dec 2012 18:13:09 -0700 Subject: [PATCH] SourceFormat Enforcement --- src/adaptation/icap/Xaction.cc | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/adaptation/icap/Xaction.cc b/src/adaptation/icap/Xaction.cc index 8ff7537e6f..34238f260d 100644 --- a/src/adaptation/icap/Xaction.cc +++ b/src/adaptation/icap/Xaction.cc @@ -511,12 +511,11 @@ void Adaptation::Icap::Xaction::setOutcome(const Adaptation::Icap::XactOutcome & void Adaptation::Icap::Xaction::swanSong() { // kids should sing first and then call the parent method. - if (cs) - { - debugs(93,6, HERE << id << " about to notify ConnOpener!"); - CallJobHere(93, 3, cs, Comm::ConnOpener, noteAbort); - cs = NULL; - service().noteConnectionFailed("abort"); + if (cs) { + debugs(93,6, HERE << id << " about to notify ConnOpener!"); + CallJobHere(93, 3, cs, Comm::ConnOpener, noteAbort); + cs = NULL; + service().noteConnectionFailed("abort"); } closeConnection(); // TODO: rename because we do not always close -- 2.47.3