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

index 2610b3fc2e0c48dfc764183aa859a12e5c6f0656..e98d4e7ded1eea9797e09ded15f782d1e94b00d2 100644 (file)
@@ -967,9 +967,9 @@ setMaxFD(void)
 {
 #if HAVE_SETRLIMIT && defined(RLIMIT_NOFILE)
 
-/* On Linux with 64-bit file support the sys/resource.h header
- * uses #define to change the function definition to require rlimit64
- */
+    /* On Linux with 64-bit file support the sys/resource.h header
    * uses #define to change the function definition to require rlimit64
    */
 #if defined(getrlimit)
     struct rlimit64 rl; // Assume its a 64-bit redefine anyways.
 #else