]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/whois.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / whois.cc
index 7cd4802b16d34a32516f36f3e7b5b775238b2c75..bebea5be0b416e77689e6dd749fad740e755fb89 100644 (file)
@@ -35,7 +35,7 @@ public:
     StoreEntry *entry;
     HttpRequest::Pointer request;
     FwdState::Pointer fwd;
-    char buf[BUFSIZ+1];                /* readReply adds terminating NULL */
+    char buf[BUFSIZ+1];     /* readReply adds terminating NULL */
     bool dataWritten;
 };
 
@@ -175,3 +175,4 @@ whoisClose(const CommCloseCbParams &params)
     p->entry->unlock("whoisClose");
     delete p;
 }
+