Explorar o código

STYLE: fix line length

Bill Hoffman %!s(int64=17) %!d(string=hai) anos
pai
achega
385377cf1c
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      Source/cmDocumentationFormatterHTML.cxx

+ 2 - 1
Source/cmDocumentationFormatterHTML.cxx

@@ -217,7 +217,8 @@ void cmDocumentationFormatterHTML
     {
     std::string name = sections[i]->
       GetName((this->GetForm()));
-    os << "  <li><a href=\"#section_" << name << "\"<b>" << name << "</b></a></li>\n";
+    os << "  <li><a href=\"#section_" 
+       << name << "\"<b>" << name << "</b></a></li>\n";
     }
   os << "</ul>\n";
 }