From 01c25dd37815e6316a72c249e190e7891f95d2fa Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Fri, 12 May 2006 10:46:50 -0400 Subject: STYLE: fix line length --- Source/cmGlobalGenerator.cxx | 3 ++- Source/cmGlobalMSYSMakefileGenerator.h | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx index 9a19460..83378a4 100644 --- a/Source/cmGlobalGenerator.cxx +++ b/Source/cmGlobalGenerator.cxx @@ -1410,7 +1410,8 @@ void cmGlobalGenerator::CreateDefaultGlobalTargets(cmTargets* targets) const char* rebuildCacheTargetName = this->GetRebuildCacheTargetName(); if ( rebuildCacheTargetName ) { - cpackCommandLines.erase(cpackCommandLines.begin(), cpackCommandLines.end()); + cpackCommandLines.erase(cpackCommandLines.begin(), + cpackCommandLines.end()); singleLine.erase(singleLine.begin(), singleLine.end()); depends.erase(depends.begin(), depends.end()); singleLine.push_back(cmakeCommand); diff --git a/Source/cmGlobalMSYSMakefileGenerator.h b/Source/cmGlobalMSYSMakefileGenerator.h index 80986b1..9baecf2 100644 --- a/Source/cmGlobalMSYSMakefileGenerator.h +++ b/Source/cmGlobalMSYSMakefileGenerator.h @@ -28,7 +28,9 @@ class cmGlobalMSYSMakefileGenerator : public cmGlobalUnixMakefileGenerator3 { public: cmGlobalMSYSMakefileGenerator(); - static cmGlobalGenerator* New() { return new cmGlobalMSYSMakefileGenerator; } + static cmGlobalGenerator* New() { + return new cmGlobalMSYSMakefileGenerator; } + ///! Get the name for the generator. virtual const char* GetName() const { return cmGlobalMSYSMakefileGenerator::GetActualName();} -- cgit v0.12