From: Automatic source maintenance Date: Tue, 10 Nov 2009 01:12:47 +0000 (-0700) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_3_2_0_1~593 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d57434f1dea155952fda73e96338e14fff12d859;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/compat/testPreCompiler.cc b/compat/testPreCompiler.cc index b939f8e71b..3e22847bc7 100644 --- a/compat/testPreCompiler.cc +++ b/compat/testPreCompiler.cc @@ -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;