summaryrefslogtreecommitdiff
path: root/Source/cmConfigureFileCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmConfigureFileCommand.h')
-rw-r--r--Source/cmConfigureFileCommand.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmConfigureFileCommand.h b/Source/cmConfigureFileCommand.h
index de497a952..347174a9e 100644
--- a/Source/cmConfigureFileCommand.h
+++ b/Source/cmConfigureFileCommand.h
@@ -19,7 +19,7 @@ class cmConfigureFileCommand : public cmCommand
public:
cmTypeMacro(cmConfigureFileCommand, cmCommand);
- virtual cmCommand* Clone()
+ virtual cmCommand* Clone()
{
return new cmConfigureFileCommand;
}
@@ -48,7 +48,7 @@ public:
{
return "Copy a file to another location and modify its contents.";
}
-
+
/**
* Longer documentation.
*/
@@ -93,7 +93,7 @@ public:
private:
int ConfigureFile();
-
+
cmNewLineStyle NewLineStyle;
std::string InputFile;