<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 28, 2017 at 3:56 PM, Shmuel Melamud <span dir="ltr">&lt;<a href="mailto:smelamud@redhat.com" target="_blank">smelamud@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi!<br>
<span class=""><br>
&gt; Well, whenever I see:<br>
&gt;<br>
&gt;   class Foo {<br>
&gt;     int a;<br>
&gt;     void bar() {<br>
&gt;     }<br>
&gt;<br>
&gt;   }<br>
&gt;<br>
&gt; it hurts my eyes because there&#39;s no symmetry - whitespace before class<br>
&gt; declaration end, but no whitespace after class declaration start.<br>
<br>
</span>Yes. And the same in this case:<br>
<span class=""><br>
class Foo {<br>
<br>
    int a;<br>
    void bar() {<br>
    }<br>
}<br>
<br>
</span>Personally I&#39;d like to force this symmetry with checkstyle rules, but<br>
I know many don&#39;t agree with me ;)<br></blockquote><div><br><div style="font-family:arial,helvetica,sans-serif" class="gmail_default">​Well, I agree with you.<br><br>Some people don&#39;t care about stylistic issues, however with things like above enforced, it reduces the variance (e.g. related to whitespace usage) and consequently makes the code look more consistent.<br></div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span class="HOEnZb"><font color="#888888"><br>
Shmuel<br>
</font></span></blockquote></div><br></div></div>