STYLE: fix line length

This commit is contained in:
Bill Hoffman 2008-03-06 11:34:23 -05:00
parent adddcea5d7
commit 385377cf1c
1 changed files with 2 additions and 1 deletions

View File

@ -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";
}