mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: codedBase: indentation
This commit is contained in:
@ -54,7 +54,7 @@ static inline void writeEntryIfPresent
|
|||||||
)
|
)
|
||||||
{
|
{
|
||||||
// non-recursive like dictionary::found, but no pattern-match either
|
// non-recursive like dictionary::found, but no pattern-match either
|
||||||
const entry* ptr = dict.lookupEntryPtr(key,false,false);
|
const entry* ptr = dict.lookupEntryPtr(key, false, false);
|
||||||
|
|
||||||
if (ptr)
|
if (ptr)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user