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:
|
private:
|
||||||
void fooPrivateMethod();
|
void fooPrivateMethod();
|
||||||
|
|
||||||
// Private not redefined here unless no private methods.
|
// Private not redefined here unless no private methods.
|
||||||
int m_privateMemberVariable;
|
int m_privateMemberVariable;
|
||||||
};
|
};
|
||||||
~~~~~~~~~~~~~
|
~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue