STYLE: minor code formatting

This commit is contained in:
andy
2012-08-03 09:24:21 +01:00
parent 1618f764ab
commit a76bdc1bd2
13 changed files with 38 additions and 43 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -163,7 +163,7 @@ void Foam::reconstructLagrangianFields
IOobjectList fields = objects.lookupClass(fieldClassName);
if(fields.size())
if (fields.size())
{
Info<< " Reconstructing lagrangian "
<< fieldClassName << "s\n" << endl;