STYLE: Minor code formatting

This commit is contained in:
andy
2011-11-02 15:32:55 +00:00
parent aaf8985467
commit 819a0d14e9

View File

@ -36,7 +36,7 @@ void Foam::basicSource::writeHeader(Ostream& os) const
void Foam::basicSource::writeFooter(Ostream& os) const
{
os << decrIndent << indent << token::END_BLOCK << endl;
os << decrIndent << indent << token::END_BLOCK << endl;
}