summaryrefslogtreecommitdiff
path: root/Source/cmMessageCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmMessageCommand.h')
-rw-r--r--Source/cmMessageCommand.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmMessageCommand.h b/Source/cmMessageCommand.h
index 03ab94b1c..9f01eaf24 100644
--- a/Source/cmMessageCommand.h
+++ b/Source/cmMessageCommand.h
@@ -24,7 +24,7 @@ public:
/**
* This is a virtual constructor for the command.
*/
- virtual cmCommand* Clone()
+ virtual cmCommand* Clone()
{
return new cmMessageCommand;
}
@@ -53,7 +53,7 @@ public:
{
return "Display a message to the user.";
}
-
+
/**
* More documentation.
*/
@@ -83,7 +83,7 @@ public:
"Indented text is considered pre-formatted."
;
}
-
+
cmTypeMacro(cmMessageCommand, cmCommand);
};