From d57434f1dea155952fda73e96338e14fff12d859 Mon Sep 17 00:00:00 2001 From: Automatic source maintenance Date: Mon, 9 Nov 2009 18:12:47 -0700 Subject: [PATCH] SourceFormat Enforcement --- compat/testPreCompiler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2