<div class="gmail_quote"><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
And for exactly this reason there has been a policy in places I have worked of running any C code through the C beautifier automatically as part of the version control check-in process.  This has the advantage that coders arbitrarily rearranging the code in their preferred style whilst editing does not look like a change, and that all code retrieved is always in the house style, which makes for easier debugging.<br>

<br></blockquote><div>someone at barcamp was talking about do just this. Although they went one step further where if it fell outside of some rules then they would stop it from compiling and spit it back at the developer </div>
</div>