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/cmGlobalVisualStudio6Generator.h | |
parent | 039ec75730f46470d7c728a1044acfbce366522a (diff) | |
download | CMake-bf0cb4d49a325d680aab2b3e446fe5c048bb3f10.zip CMake-bf0cb4d49a325d680aab2b3e446fe5c048bb3f10.tar.gz CMake-bf0cb4d49a325d680aab2b3e446fe5c048bb3f10.tar.bz2 |
STYLE: fix line length
Diffstat (limited to 'Source/cmGlobalVisualStudio6Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio6Generator.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio6Generator.h b/Source/cmGlobalVisualStudio6Generator.h index fa76d68..07456a2 100644 --- a/Source/cmGlobalVisualStudio6Generator.h +++ b/Source/cmGlobalVisualStudio6Generator.h @@ -30,7 +30,8 @@ class cmGlobalVisualStudio6Generator : public cmGlobalGenerator { public: cmGlobalVisualStudio6Generator(); - static cmGlobalGenerator* New() { return new cmGlobalVisualStudio6Generator; } + static cmGlobalGenerator* New() { + return new cmGlobalVisualStudio6Generator; } ///! Get the name for the generator. virtual const char* GetName() const { |