summaryrefslogtreecommitdiff
path: root/Source/cmElseIfCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmElseIfCommand.h')
-rw-r--r--Source/cmElseIfCommand.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmElseIfCommand.h b/Source/cmElseIfCommand.h
index 20cd81aaa..46e2bd9f9 100644
--- a/Source/cmElseIfCommand.h
+++ b/Source/cmElseIfCommand.h
@@ -25,7 +25,7 @@ public:
/**
* This is a virtual constructor for the command.
*/
- virtual cmCommand* Clone()
+ virtual cmCommand* Clone()
{
return new cmElseIfCommand;
}
@@ -54,7 +54,7 @@ public:
{
return "Starts the elseif portion of an if block.";
}
-
+
/**
* More documentation.
*/
@@ -64,7 +64,7 @@ public:
" elseif(expression)\n"
"See the if command.";
}
-
+
cmTypeMacro(cmElseIfCommand, cmCommand);
};