<div dir="ltr">Code like this:<div><br></div><div><div>    do {<br></div><div>        // Some code</div><div>    } while (1);</div><div><br></div></div><div>becomes:</div><div><br></div><div><div>    do {<br></div><div>        // Some code</div><div>    }</div><div>    while (1);</div><div><br></div></div><div>I couldn't think of a better name for the option than BeforeWhileInDoWhile. I'm open to suggestions!</div><div><br></div><div>Also, this is my first attempt at submitting a patch for this project. If I've done anything wrong, please let me know. Thanks!</div><div><br></div><div>--</div><div>Thanks,</div><div>Eric Baker</div><div><br></div></div>