<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Nov 10, 2011, at 4:58 PM, Chandler Carruth wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div class="gmail_quote">Style nit:</div><div class="gmail_quote"><br></div><div class="gmail_quote">On Thu, Nov 10, 2011 at 4:35 PM, Douglas Gregor <span dir="ltr"><<a href="mailto:dgregor@apple.com">dgregor@apple.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div id=":8n9">+HeaderSearch::HeaderSearch(FileManager &FM, DiagnosticsEngine &Diags)<br>
+  : FileMgr(FM), Diags(Diags), FrameworkMap(64)<br>
+{</div></blockquote></div><div><br></div><div>Don't the '{'s usually go on the line above?</div>
</blockquote></div><br><div>I… find it insanely ugly when the "{" is handling there, and the next line of code lines up with the ":"</div><div><br></div><div>If you nag me, I'll hold my nose and move it up onto the line above.</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">     </span>- Doug</div></body></html>