summaryrefslogtreecommitdiff
path: root/Source/cmAddTestCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmAddTestCommand.h')
-rw-r--r--Source/cmAddTestCommand.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmAddTestCommand.h b/Source/cmAddTestCommand.h
index 59f10f6228..b11bff9679 100644
--- a/Source/cmAddTestCommand.h
+++ b/Source/cmAddTestCommand.h
@@ -26,7 +26,7 @@ public:
/**
* This is a virtual constructor for the command.
*/
- virtual cmCommand* Clone()
+ virtual cmCommand* Clone()
{
return new cmAddTestCommand;
}
@@ -50,7 +50,7 @@ public:
{
return "Add a test to the project with the specified arguments.";
}
-
+
/**
* More documentation.
*/
@@ -91,7 +91,7 @@ public:
"executable file produced by target \"myexe\"."
;
}
-
+
cmTypeMacro(cmAddTestCommand, cmCommand);
private:
bool HandleNameMode(std::vector<std::string> const& args);