summaryrefslogtreecommitdiffstats
path: root/Source/cmIfCommand.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmIfCommand.cxx')
-rw-r--r--Source/cmIfCommand.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmIfCommand.cxx b/Source/cmIfCommand.cxx
index 8c22602..508a263 100644
--- a/Source/cmIfCommand.cxx
+++ b/Source/cmIfCommand.cxx
@@ -360,7 +360,8 @@ namespace
newArgs2.push_back(*argP1);
}
newArgs2.pop_back();
- // now recursively invoke IsTrue to handle the values inside the parenthetical expression
+ // now recursively invoke IsTrue to handle the values inside the
+ // parenthetical expression
bool value =
cmIfCommand::IsTrue(newArgs2, errorString, makefile);
if(value)