summaryrefslogtreecommitdiff
path: root/Source/cmElseIfCommand.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmElseIfCommand.cxx')
-rw-r--r--Source/cmElseIfCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmElseIfCommand.cxx b/Source/cmElseIfCommand.cxx
index cd9742bbd4..dc89e244ca 100644
--- a/Source/cmElseIfCommand.cxx
+++ b/Source/cmElseIfCommand.cxx
@@ -12,7 +12,7 @@
#include "cmElseIfCommand.h"
bool cmElseIfCommand::InitialPass(std::vector<std::string> const&,
- cmExecutionStatus &)
+ cmExecutionStatus&)
{
this->SetError("An ELSEIF command was found outside of a proper "
"IF ENDIF structure.");