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/cmExtraCodeBlocksGenerator.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/cmExtraCodeBlocksGenerator.h')
-rw-r--r-- | Source/cmExtraCodeBlocksGenerator.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmExtraCodeBlocksGenerator.h b/Source/cmExtraCodeBlocksGenerator.h index 0ef8bcf..b61a9fa 100644 --- a/Source/cmExtraCodeBlocksGenerator.h +++ b/Source/cmExtraCodeBlocksGenerator.h @@ -35,10 +35,10 @@ public: virtual void SetGlobalGenerator(cmGlobalGenerator* generator); virtual const char* GetName() const - { return cmExtraCodeBlocksGenerator::GetActualName();} - static const char* GetActualName() { return "CodeBlocks";} + { return cmExtraCodeBlocksGenerator::GetActualName();} + static const char* GetActualName() { return "CodeBlocks";} static cmExternalMakefileProjectGenerator* New() - { return new cmExtraCodeBlocksGenerator; } + { return new cmExtraCodeBlocksGenerator; } /** Get the documentation entry for this generator. */ virtual void GetDocumentation(cmDocumentationEntry& entry, const char* fullName) const; |