STYLE: limit to 80 chars

This commit is contained in:
andy
2012-09-26 12:34:29 +01:00
parent 2e778373f6
commit 77d51a6caf
5 changed files with 12 additions and 7 deletions

View File

@ -212,7 +212,11 @@ void Foam::doxygenXmlParser::skipBlock(IFstream& is, const word blockName) const
}
void Foam::doxygenXmlParser::skipForward(IFstream& is, const word blockName) const
void Foam::doxygenXmlParser::skipForward
(
IFstream& is,
const word blockName
) const
{
// recurse to move forward in 'is' until come across <blockName>