diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-05-11 10:40:28 -0400 |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-05-11 10:40:28 -0400 |
commit | b8483cf10905814078693a58f0c3c7e56af7006f (patch) | |
tree | 75b247d243dc78c5f377c802f8d1a64eab0e9c07 /Source/cmGlobalMinGWMakefileGenerator.h | |
parent | 5e68642d164f1634f3df452df8930b0ef163d3a1 (diff) | |
download | cmake-b8483cf10905814078693a58f0c3c7e56af7006f.tar.gz |
STYLE: fix line length
Diffstat (limited to 'Source/cmGlobalMinGWMakefileGenerator.h')
-rw-r--r-- | Source/cmGlobalMinGWMakefileGenerator.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmGlobalMinGWMakefileGenerator.h b/Source/cmGlobalMinGWMakefileGenerator.h index 5067c1a593..345945945c 100644 --- a/Source/cmGlobalMinGWMakefileGenerator.h +++ b/Source/cmGlobalMinGWMakefileGenerator.h @@ -28,7 +28,8 @@ class cmGlobalMinGWMakefileGenerator : public cmGlobalUnixMakefileGenerator3 { public: cmGlobalMinGWMakefileGenerator(); - static cmGlobalGenerator* New() { return new cmGlobalMinGWMakefileGenerator; } + static cmGlobalGenerator* New() { + return new cmGlobalMinGWMakefileGenerator; } ///! Get the name for the generator. virtual const char* GetName() const { return cmGlobalMinGWMakefileGenerator::GetActualName();} |