From 385377cf1cca1d3cd9b1d3e318f43f0becf531cc Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Thu, 6 Mar 2008 11:34:23 -0500 Subject: [PATCH] STYLE: fix line length --- Source/cmDocumentationFormatterHTML.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/cmDocumentationFormatterHTML.cxx b/Source/cmDocumentationFormatterHTML.cxx index c3b0dee88..cb8fac17b 100644 --- a/Source/cmDocumentationFormatterHTML.cxx +++ b/Source/cmDocumentationFormatterHTML.cxx @@ -217,7 +217,8 @@ void cmDocumentationFormatterHTML { std::string name = sections[i]-> GetName((this->GetForm())); - os << "
  • " << name << "
  • \n"; + os << "
  • " << name << "
  • \n"; } os << "\n"; }