summaryrefslogtreecommitdiffstats
path: root/Source/cmDumpDocumentation.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-05-10 19:01:22 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-05-10 19:01:22 (GMT)
commit14781101fd43a68ea5226f067022df30fa8464b4 (patch)
tree0ef72380f3bb35cc8c89bd10bb47c54a37d515e1 /Source/cmDumpDocumentation.cxx
parenta5ed047d4be3f0fbf399813a96e1536e5703b934 (diff)
downloadCMake-14781101fd43a68ea5226f067022df30fa8464b4.zip
CMake-14781101fd43a68ea5226f067022df30fa8464b4.tar.gz
CMake-14781101fd43a68ea5226f067022df30fa8464b4.tar.bz2
STYLE: fix line length
Diffstat (limited to 'Source/cmDumpDocumentation.cxx')
-rw-r--r--Source/cmDumpDocumentation.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmDumpDocumentation.cxx b/Source/cmDumpDocumentation.cxx
index 65447dd..493d70f 100644
--- a/Source/cmDumpDocumentation.cxx
+++ b/Source/cmDumpDocumentation.cxx
@@ -51,7 +51,8 @@ static const cmDocumentationEntry cmDocumentationDescription[] =
//----------------------------------------------------------------------------
static const cmDocumentationEntry cmDocumentationOptions[] =
{
- {"--all-for-coverage", "Dump all documentation to stdout. For testing.", 0},
+ {"--all-for-coverage",
+ "Dump all documentation to stdout. For testing.", 0},
{0,0,0}
};