Proposed indentation fixes

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Fri May 23 04:43:02 CDT 2008


"Andrew Talbot" <andrew.talbot at talbotville.com> wrote in message 
news:200805230933.29718.andrew.talbot at talbotville.com...
> Hi All,
>
> I'm intending to "correct" some indentation anomalies, and I propose to do
> this in an "indiscriminate" way. In other words, I would set the
> indentation to match what the code does now, without any interpretation of
> what may have been intended. This means that something like
>
>    if (a)
>        b;
>        c;
>
> would become
>
> 1)
>    if (a)
>        b;
>    c;
>
Hi Andrew,
  I would do 1, and if you think that its wrong, add a comment email asking 
for double check.

Best Regards
 Alistair Leslie-Hughes 





More information about the wine-devel mailing list