From: Automatic source maintenance Date: Wed, 10 Aug 2011 00:12:19 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: take08~43^2~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fdcb14bd30094c4b05482850ba4cb9053b841574;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/cf_gen.cc b/src/cf_gen.cc index d2617156c7..dd96200816 100644 --- a/src/cf_gen.cc +++ b/src/cf_gen.cc @@ -50,7 +50,7 @@ * correctly support 64-bit iostreams */ #if defined(__INTEL_COMPILER) && defined(_FILE_OFFSET_BITS) && \ - _FILE_OFFSET_BITS==64 +_FILE_OFFSET_BITS==64 #undef _FILE_OFFSET_BITS #endif