STYLE: functionObjectList : indentation

This commit is contained in:
mattijs 2010-11-16 12:38:07 +00:00
parent 13b458eb5a
commit 57a443a183

View File

@ -198,7 +198,13 @@ bool Foam::functionObjectList::read()
}
// Update existing and add new functionObjects
const entry* entryPtr = parentDict_.lookupEntryPtr("functions",false,false);
const entry* entryPtr = parentDict_.lookupEntryPtr
(
"functions",
false,
false
);
if (entryPtr)
{
PtrList<functionObject> newPtrs;