summaryrefslogtreecommitdiff
path: root/Source/cmake.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-03-10 11:13:15 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2006-03-10 11:13:15 -0500
commit6b47b288678569a630c14af24200ec6f3736218a (patch)
tree046f59fe806476f6a057ea1627285f70fba055a2 /Source/cmake.h
parente0be3c71257164b58ce5ae1a0399b1d5b7f2441a (diff)
downloadcmake-6b47b288678569a630c14af24200ec6f3736218a.tar.gz
ENH: fix line length style stuff
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index 8c4eaaf434..691158897f 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -277,7 +277,8 @@ class cmake
protected:
typedef cmGlobalGenerator* (*CreateGeneratorFunctionType)();
- typedef std::map<cmStdString, CreateGeneratorFunctionType> RegisteredGeneratorsMap;
+ typedef std::map<cmStdString,
+ CreateGeneratorFunctionType> RegisteredGeneratorsMap;
RegisteredCommandsMap m_Commands;
RegisteredGeneratorsMap m_Generators;
void AddDefaultCommands();
@@ -362,7 +363,7 @@ private:
{0, \
"CMake is a cross-platform build system generator. Projects " \
"specify their build process with platform-independent CMake listfiles " \
- "included in each directory of a source tree with the name CMakeLists.txt. " \
+ "included in each directory of a source tree with the name CMakeLists.txt. "\
"Users build a project by using CMake to generate a build system " \
"for a native tool on their platform.", 0}
#endif