Fix coding policy class definition layout rules sample indentation.

This commit is contained in:
Wayne Stambaugh 2020-12-11 13:59:59 -05:00
parent c46c8fc19a
commit dfec33711f
1 changed files with 2 additions and 2 deletions

View File

@ -541,8 +541,8 @@ class definition:
private:
void fooPrivateMethod();
// Private not redefined here unless no private methods.
int m_privateMemberVariable;
// Private not redefined here unless no private methods.
int m_privateMemberVariable;
};
~~~~~~~~~~~~~