From: Automatic source maintenance Date: Fri, 8 Apr 2011 00:12:34 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: take06~27^2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9064ed81bb9b753a91beec987cda5fe026922ec4;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/tools.cc b/src/tools.cc index 2610b3fc2e..e98d4e7ded 100644 --- a/src/tools.cc +++ b/src/tools.cc @@ -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