summaryrefslogtreecommitdiffstats
path: root/Source/cmFindBase.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmFindBase.h')
-rw-r--r--Source/cmFindBase.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmFindBase.h b/Source/cmFindBase.h
index 95fc258..547576d 100644
--- a/Source/cmFindBase.h
+++ b/Source/cmFindBase.h
@@ -39,7 +39,9 @@ public:
virtual const char* GetFullDocumentation()
{return this->GenericDocumentation.c_str();}
- enum RootPathMode { RootPathModeBoth, RootPathModeOnlyRootPath, RootPathModeNoRootPath };
+ enum RootPathMode { RootPathModeBoth,
+ RootPathModeOnlyRootPath,
+ RootPathModeNoRootPath };
protected:
void PrintFindStuff();