summaryrefslogtreecommitdiff
path: root/Source/cmFileLockResult.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmFileLockResult.h')
-rw-r--r--Source/cmFileLockResult.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmFileLockResult.h b/Source/cmFileLockResult.h
index 531fb49a2b..d5ac354f20 100644
--- a/Source/cmFileLockResult.h
+++ b/Source/cmFileLockResult.h
@@ -16,7 +16,7 @@
#include "cmStandardIncludes.h"
#if defined(_WIN32)
-# include <windows.h> // DWORD
+#include <windows.h> // DWORD
#endif
/**
@@ -25,7 +25,7 @@
*/
class cmFileLockResult
{
- public:
+public:
#if defined(_WIN32)
typedef DWORD Error;
#else
@@ -65,7 +65,7 @@ class cmFileLockResult
bool IsOk() const;
std::string GetOutputMessage() const;
- private:
+private:
enum ErrorType
{
OK,