I often see stuff like this:
class SomeClass { public: void someMethod(); private: int someMember; };
This seems totally unnatural
Two possible reasons:
that's how Bjarne Stroustrup indents them in his books
most text editors indent them that way automatically