Skip to content
Snippets Groups Projects
Commit 57a443a1 authored by mattijs's avatar mattijs
Browse files

STYLE: functionObjectList : indentation

parent 13b458eb
Branches
Tags
No related merge requests found
......@@ -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;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment