]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Tue, 10 Nov 2009 01:12:47 +0000 (18:12 -0700)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Tue, 10 Nov 2009 01:12:47 +0000 (18:12 -0700)
compat/testPreCompiler.cc

index b939f8e71b041777c36dc3c26373876f3a126f70..3e22847bc76573e083f5909b7213893ca4cec354 100644 (file)
@@ -48,7 +48,7 @@ testPreCompiler::testIfDef()
 
     /* Defined to exist without a value generates pre-compiler errors when used in #if . */
 
-    /* Not Defined to exist at all == false */ 
+    /* Not Defined to exist at all == false */
 #undef UNDEFINED_FOO
 #if UNDEFINED_FOO
     bool undefinedTrue = true;