From: Automatic source maintenance Date: Sun, 2 Dec 2012 01:13:09 +0000 (-0700) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_3_4_0_1~463 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=45f2e27fc5c19eb7b32bc697f51d6ee05a704a18;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- 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