]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Sat, 16 Jul 2011 00:12:39 +0000 (18:12 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Sat, 16 Jul 2011 00:12:39 +0000 (18:12 -0600)
src/tools.cc

index 02b4c579840d5c37f33cf79b772e0f260e14162f..71bbe8804ec40f83973abdbc6fefd8c19a766eca 100644 (file)
@@ -1248,7 +1248,7 @@ getMyPort(void)
     if (Config.Sockaddr.http) {
         // skip any special mode ports
         http_port_list *p = Config.Sockaddr.http;
-        while(p->intercepted || p->accel || p->spoof_client_ip)
+        while (p->intercepted || p->accel || p->spoof_client_ip)
             p = p->next;
         if (p)
             return p->s.GetPort();