diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-05-11 15:50:11 -0400 |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-05-11 15:50:11 -0400 |
commit | ba2b99bb9ff5e260f3129fdb4f87ae7e67a08301 (patch) | |
tree | 9813a8b1160fa7900b626b0092c01cdd1c306ebc /Source/cmIfCommand.h | |
parent | 80f71359c1157ddaa59291b95d2c05ceb577ffde (diff) | |
download | cmake-ba2b99bb9ff5e260f3129fdb4f87ae7e67a08301.tar.gz |
STYLE: fix line length
Diffstat (limited to 'Source/cmIfCommand.h')
-rw-r--r-- | Source/cmIfCommand.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmIfCommand.h b/Source/cmIfCommand.h index 9e55762346..a8a7b813ae 100644 --- a/Source/cmIfCommand.h +++ b/Source/cmIfCommand.h @@ -154,9 +154,9 @@ public: "variable is true or false just if it has been set."; } - // this is a shared function for both If and Else to determine if - // the arguments were valid, and if so, was the response true. If there is an - // error, the errorString will be set. + // this is a shared function for both If and Else to determine if the + // arguments were valid, and if so, was the response true. If there is + // an error, the errorString will be set. static bool IsTrue(const std::vector<std::string> &args, char** errorString, const cmMakefile *mf); |