]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Wed, 10 Aug 2011 00:12:19 +0000 (18:12 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Wed, 10 Aug 2011 00:12:19 +0000 (18:12 -0600)
src/cf_gen.cc

index d2617156c7f59cff7913b18e51ebda8bf1f001c1..dd96200816685e702bde2dd1ea4730a47e215f78 100644 (file)
@@ -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