diff --git a/src/OpenFOAM/db/dictionary/dictionary.H b/src/OpenFOAM/db/dictionary/dictionary.H index e243e64df0..e113535624 100644 --- a/src/OpenFOAM/db/dictionary/dictionary.H +++ b/src/OpenFOAM/db/dictionary/dictionary.H @@ -368,7 +368,11 @@ public: //- Find and return a sub-dictionary as a copy, or // return an empty dictionary if the sub-dictionary does not exist - dictionary subOrEmptyDict(const word&, const bool mustRead = false) const; + dictionary subOrEmptyDict + ( + const word&, + const bool mustRead = false + ) const; //- Return the table of contents wordList toc() const;