>  - Open-curlies. Are they on the same line as the |if|
>    (or |while| or |else|)?
> 
>      if (foo) {
> 
>    vs.
> 
>      if (foo)
>      {

Are you allowed to fix horrible code that does

if (foo)
  {
    bar;
    baz;
    ...
? 
That is _really_ annoying.

Gerv

Reply via email to