diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-05-18 08:49:06 -0400 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-05-18 08:49:06 -0400 |
commit | aee311a89dd409329375fddd357191817277df7f (patch) | |
tree | e859cb7be4f0fd1dd91f1361bf0d9d494028cf98 /Source/cmFindBase.h | |
parent | 42a272428b3f805427743c58dcb3457982979797 (diff) | |
download | cmake-aee311a89dd409329375fddd357191817277df7f.tar.gz |
STYLE: fix line lengths
Alex
Diffstat (limited to 'Source/cmFindBase.h')
-rw-r--r-- | Source/cmFindBase.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmFindBase.h b/Source/cmFindBase.h index 95fc25895f..547576d36b 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(); |