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

index 9d5e330e68ef4da876cf95c76335de3e0459e516..f5cc1ab06f694e3cbabd85368a164ffa1fc37194 100644 (file)
@@ -150,9 +150,9 @@ logfile_mod_tcp_close(Logfile * lf)
 int
 logfile_mod_tcp_open(Logfile * lf, const char *path, size_t bufsz, int fatal_flag)
 {
-    debugs(5, 3, "Tcp Open called");   
+    debugs(5, 3, "Tcp Open called");
     Ip::Address addr;
-       
+
     char *strAddr;
 
     lf->f_close = logfile_mod_tcp_close;