From: Automatic source maintenance Date: Wed, 21 Apr 2010 00:12:58 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_3_2_0_1~281 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=792beadce67b7c8a31d610591ea1ead752cc6bc7;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/adaptation/ServiceConfig.cc b/src/adaptation/ServiceConfig.cc index 4e4dd5d529..ade70ddc1f 100644 --- a/src/adaptation/ServiceConfig.cc +++ b/src/adaptation/ServiceConfig.cc @@ -169,8 +169,7 @@ Adaptation::ServiceConfig::grokUri(const char *value) } else { return false; } - } - else { + } else { if ((e = strchr(s, ':')) != NULL) { have_port = true; } else if ((e = strchr(s, '/')) != NULL) {