STYLE: 80 char line length

This commit is contained in:
mattijs
2010-01-28 11:55:06 +00:00
parent 29b76fa714
commit 4b0c5233a9

View File

@ -412,7 +412,12 @@ void Foam::vtkPV3Foam::updateInfoSets
{
Info<< " Foam::vtkPV3Foam::updateInfoSets read "
<< objects.names() << " from "
<< dbPtr_().findInstance(meshDir_, "faces", IOobject::READ_IF_PRESENT)
<< dbPtr_().findInstance
(
meshDir_,
"faces",
IOobject::READ_IF_PRESENT
)
<< endl;
}