]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Thu, 4 Nov 2010 00:12:17 +0000 (18:12 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Thu, 4 Nov 2010 00:12:17 +0000 (18:12 -0600)
src/dns_internal.cc

index eec881cad5fde059ad014d8576e0fe7dc041ea45..da97ef7d91390c52ff068fed0d19ac2567eaec78 100644 (file)
@@ -125,8 +125,8 @@ struct _idns_query {
     char name[NS_MAXDNAME + 1];
     char orig[NS_MAXDNAME + 1];
     size_t sz;
-    unsigned short msg_id; /// random query ID sent to server; changes with every query sent 
-    InstanceId<idns_query> xact_id; /// identifies our "transaction", stays constant when query is retried 
+    unsigned short msg_id; /// random query ID sent to server; changes with every query sent
+    InstanceId<idns_query> xact_id; /// identifies our "transaction", stays constant when query is retried
 
     int nsends;
     int need_vc;
@@ -1094,7 +1094,7 @@ idnsGrokReply(const char *buf, size_t sz, int from_ns)
             debugs(78, 3, HERE << "TCP DNS response");
             idnsCallback(q, NULL, 0, "Truncated TCP DNS response");
             cbdataFree(q);
-         }
+        }
 
         return;
     }