diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-05-11 15:47:03 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-05-11 15:47:03 (GMT) |
commit | bf0cb4d49a325d680aab2b3e446fe5c048bb3f10 (patch) | |
tree | 048a22fb77c5d760aaf548872cdf5af9b181e9a4 /Source/cmGlobalVisualStudio8Win64Generator.h | |
parent | 039ec75730f46470d7c728a1044acfbce366522a (diff) | |
download | CMake-bf0cb4d49a325d680aab2b3e446fe5c048bb3f10.zip CMake-bf0cb4d49a325d680aab2b3e446fe5c048bb3f10.tar.gz CMake-bf0cb4d49a325d680aab2b3e446fe5c048bb3f10.tar.bz2 |
STYLE: fix line length
Diffstat (limited to 'Source/cmGlobalVisualStudio8Win64Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio8Win64Generator.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/cmGlobalVisualStudio8Win64Generator.h b/Source/cmGlobalVisualStudio8Win64Generator.h index dda7f18..e489785 100644 --- a/Source/cmGlobalVisualStudio8Win64Generator.h +++ b/Source/cmGlobalVisualStudio8Win64Generator.h @@ -25,11 +25,13 @@ * * cmGlobalVisualStudio8Win64Generator manages UNIX build process for a tree */ -class cmGlobalVisualStudio8Win64Generator : public cmGlobalVisualStudio8Generator +class cmGlobalVisualStudio8Win64Generator : + public cmGlobalVisualStudio8Generator { public: cmGlobalVisualStudio8Win64Generator(); - static cmGlobalGenerator* New() { return new cmGlobalVisualStudio8Win64Generator; } + static cmGlobalGenerator* New() { + return new cmGlobalVisualStudio8Win64Generator; } ///! Get the name for the generator. virtual const char* GetName() const { |