<div dir="ltr">Hi all,<div><br></div><div>I don't know if this was reported before (I didn't see anything online), but the fix for this checker breaks code.</div><div>For instance:</div><div><br></div><div>for(int i = 0; i < size; ++i)</div><div>  for(int j = 0; j < size; ++j)</div><div>    do(i, j);</div><div><br></div><div>is turned into:<br clear="all"><div><div>for(int i = 0; i < size; ++i) {</div><div>  for(int j = 0; j < size; ++j) {</div><div>    do(i, j);</div></div><div>  }</div><div><br></div><div>without the second (or third or fourth...) brace.</div><div>I suspect this is because the identical diags are removed? Is this expected behavior? Or is there a way to fix these?</div><div><br></div><div>Regards,</div><div><br></div><div>Matthieu</div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>Quantitative analyst, Ph.D.<br>Blog: <a href="http://blog.audio-tk.com/" target="_blank">http://blog.audio-tk.com/</a><br>LinkedIn: <a href="http://www.linkedin.com/in/matthieubrucher" target="_blank">http://www.linkedin.com/in/matthieubrucher</a></div></div></div></div></div>
</div></div>