summaryrefslogtreecommitdiff
path: root/Source/cmGetDirectoryPropertyCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmGetDirectoryPropertyCommand.h')
-rw-r--r--Source/cmGetDirectoryPropertyCommand.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmGetDirectoryPropertyCommand.h b/Source/cmGetDirectoryPropertyCommand.h
index 901b90cff..d0d582028 100644
--- a/Source/cmGetDirectoryPropertyCommand.h
+++ b/Source/cmGetDirectoryPropertyCommand.h
@@ -17,7 +17,7 @@
class cmGetDirectoryPropertyCommand : public cmCommand
{
public:
- virtual cmCommand* Clone()
+ virtual cmCommand* Clone()
{
return new cmGetDirectoryPropertyCommand;
}
@@ -46,7 +46,7 @@ public:
{
return "Get a property of DIRECTORY scope.";
}
-
+
/**
* Longer documentation.
*/
@@ -69,7 +69,7 @@ public:
"\n"
"See also the more general get_property() command.";
}
-
+
cmTypeMacro(cmGetDirectoryPropertyCommand, cmCommand);
};