<div dir="ltr"><div class="gmail_extra" style>FYI</div><div class="gmail_extra"><br></div><div class="gmail_extra">On Mon, Jan 7, 2013 at 5:26 AM, Daniel Jasper <span dir="ltr"><<a href="mailto:djasper@google.com" target="_blank" class="cremed">djasper@google.com</a>></span> wrote:<br>
<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":qz0">-      FormatTok.HasUnescapedNewline =<br>
-          Text.count("\\\n") != FormatTok.NewlinesBefore;<br>
+      FormatTok.HasUnescapedNewline = Text.count("\\\n") !=<br>
+                                      FormatTok.NewlinesBefore;</div></blockquote></div><br></div><div class="gmail_extra" style>This doesn't seem as good as the rest of the changes. Here I agree with your strategy of breaking the outer most binary operator. That's why I was trying to differentiate between function arguments being broken after an '=' and breaking a binary operator...</div>
</div>