mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: functionObjectList : indentation
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user