<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, May 13, 2013 at 2:51 PM, Manuel Klimek <span dir="ltr"><<a href="mailto:klimek@google.com" target="_blank">klimek@google.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div id=":fbq">Stroustrup brace breaking style:<br>
namespace a {<br>
class A {<br>
  void f()<br>
  {<br>
    if (x) {<br>
      f();<br>
    } else {<br></div></blockquote><div><br></div><div style>Err, the really fundamental aspect to the stroustrup style is breaking before the else.</div><div style><br></div><div style><a href="http://en.wikipedia.org/wiki/Indent_style#Variant:_Stroustrup">http://en.wikipedia.org/wiki/Indent_style#Variant:_Stroustrup</a><br>
</div><div style><br></div><div style>I'm not advocating supporting everything here, just saying that if you call it Stroustrup style, it had better match. ;]</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div id=":fbq">
      g();<br>
    }<br>
  }<br>
}<br>
}<br></div></blockquote></div><br><br></div></div>