]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Sun, 13 Jun 2010 02:17:17 +0000 (20:17 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Sun, 13 Jun 2010 02:17:17 +0000 (20:17 -0600)
src/tools.cc

index d9e4dbff0aaa961a8132e318f508dd47b9f9d490..70f961c45922b39c5eca2efe83e1763acb7eb861 100644 (file)
@@ -904,7 +904,7 @@ setMaxFD(void)
         }
     }
     if (getrlimit(RLIMIT_NOFILE, &rl) < 0) {
-         debugs(50, DBG_CRITICAL, "setrlimit: RLIMIT_NOFILE: " << xstrerror());
+        debugs(50, DBG_CRITICAL, "setrlimit: RLIMIT_NOFILE: " << xstrerror());
     } else {
         Squid_MaxFD = rl.rlim_cur;
     }