summaryrefslogtreecommitdiff
path: root/Source/cmCoreTryCompile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmCoreTryCompile.h')
-rw-r--r--Source/cmCoreTryCompile.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/cmCoreTryCompile.h b/Source/cmCoreTryCompile.h
index c2beea8378..6a3b0495a5 100644
--- a/Source/cmCoreTryCompile.h
+++ b/Source/cmCoreTryCompile.h
@@ -23,8 +23,7 @@
class cmCoreTryCompile : public cmCommand
{
public:
-
- protected:
+protected:
/**
* This is the core code for try compile. It is here so that other
* commands, such as TryRun can access the same logic without
@@ -53,8 +52,6 @@ public:
std::string OutputFile;
std::string FindErrorMessage;
bool SrcFileSignature;
-
};
-
#endif