summaryrefslogtreecommitdiffstats
path: root/Source/cmIfCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmIfCommand.h')
-rw-r--r--Source/cmIfCommand.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmIfCommand.h b/Source/cmIfCommand.h
index 9e55762..a8a7b81 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);