summaryrefslogtreecommitdiff
path: root/Source/cmEndIfCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmEndIfCommand.h')
-rw-r--r--Source/cmEndIfCommand.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmEndIfCommand.h b/Source/cmEndIfCommand.h
index 81d1b5ff4..5c4b9e36a 100644
--- a/Source/cmEndIfCommand.h
+++ b/Source/cmEndIfCommand.h
@@ -25,7 +25,7 @@ public:
/**
* This is a virtual constructor for the command.
*/
- virtual cmCommand* Clone()
+ virtual cmCommand* Clone()
{
return new cmEndIfCommand;
}
@@ -54,7 +54,7 @@ public:
{
return "Ends a list of commands in an if block.";
}
-
+
/**
* More documentation.
*/
@@ -64,7 +64,7 @@ public:
" endif(expression)\n"
"See the if command.";
}
-
+
cmTypeMacro(cmEndIfCommand, cmCommand);
};