STYLE: Minor code formatting

This commit is contained in:
andy
2012-11-22 12:16:17 +00:00
parent f6e02c19c7
commit 178dcc52c5

View File

@ -189,7 +189,7 @@ void Foam::CourantNo::write()
CourantNo.write(); CourantNo.write();
Info<< type() << " output:" << nl Info<< type() << " output:" << nl
<< " writing " << CourantNo.name() << "field" << nl << endl; << " writing " << CourantNo.name() << " field" << nl << endl;
} }
} }