diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-10-01 13:04:27 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-10-01 13:04:27 (GMT) |
commit | ecf312ccc87ae455267df27ad5cbe2c031e9ef18 (patch) | |
tree | 4aa28cac73526043f0e7886cc993f0c773ad87c2 /Source/cmIfCommand.cxx | |
parent | 8a704d5686280ab804f03e48a180ff871422609f (diff) | |
download | CMake-ecf312ccc87ae455267df27ad5cbe2c031e9ef18.zip CMake-ecf312ccc87ae455267df27ad5cbe2c031e9ef18.tar.gz CMake-ecf312ccc87ae455267df27ad5cbe2c031e9ef18.tar.bz2 |
STYLE: fix line length stuff for KWStyle
Diffstat (limited to 'Source/cmIfCommand.cxx')
-rw-r--r-- | Source/cmIfCommand.cxx | 3 |
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) |