Fix coding policy class definition layout rules sample indentation.
This commit is contained in:
parent
c46c8fc19a
commit
dfec33711f
|
@ -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;
|
||||
};
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Reference in New Issue