diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-07-20 12:36:16 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-07-20 12:36:16 (GMT) |
commit | 55303d6dd27678dd1446f3836b0292053f856a4c (patch) | |
tree | 283dcb3c55acb9b2dce333ba6656aeb251a175d0 /Source/cmGlobalGenerator.h | |
parent | 38084147e1edec3ce70f4f3574b9114b12646613 (diff) | |
download | CMake-55303d6dd27678dd1446f3836b0292053f856a4c.zip CMake-55303d6dd27678dd1446f3836b0292053f856a4c.tar.gz CMake-55303d6dd27678dd1446f3836b0292053f856a4c.tar.bz2 |
STYLE: fix line lengths
Alex
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r-- | Source/cmGlobalGenerator.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h index 540691f..e0def62 100644 --- a/Source/cmGlobalGenerator.h +++ b/Source/cmGlobalGenerator.h @@ -179,7 +179,9 @@ public: void FindMakeProgram(cmMakefile*); ///! Find a target by name by searching the local generators. - cmTarget* FindTarget(const char* project, const char* name, bool useImportedTargets); + cmTarget* FindTarget(const char* project, + const char* name, + bool useImportedTargets); /** If check to see if the target is linked to by any other target in the project */ @@ -218,7 +220,8 @@ public: // what targets does the specified target depend on std::vector<cmTarget *>& GetTargetDepends(cmTarget& target); - const std::map<cmStdString, std::vector<cmLocalGenerator*> >& GetProjectMap() const {return this->ProjectMap;} + const std::map<cmStdString, std::vector<cmLocalGenerator*> >& GetProjectMap() + const {return this->ProjectMap;} protected: void SetLanguageEnabledFlag(const char* l, cmMakefile* mf); void SetLanguageEnabledMaps(const char* l, cmMakefile* mf); |