STYLE: limiting to 80 chars

This commit is contained in:
andy
2011-02-15 18:09:51 +00:00
parent 454cd5e180
commit 683de2f663

View File

@ -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;