STYLE: Minor code formatting

This commit is contained in:
Andrew Heather
2016-11-28 09:27:13 +00:00
parent 3e8415e119
commit 1022f4fc49
2 changed files with 72 additions and 74 deletions

View File

@ -175,7 +175,6 @@ public:
//- Print various types of debugging information
virtual void dumpInfo(Ostream&) const;
};

View File

@ -208,7 +208,6 @@ public:
//- Return element from linear-list.
inline label operator[](const label i) const;
};