]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Wed, 21 Apr 2010 00:12:58 +0000 (18:12 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Wed, 21 Apr 2010 00:12:58 +0000 (18:12 -0600)
src/adaptation/ServiceConfig.cc

index 4e4dd5d52939c413d37bf4d375c98a2d65f5de94..ade70ddc1f32d7d45df6eb33d6176af0ef338cbb 100644 (file)
@@ -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) {