On 05/14/2012 11:47 AM, Eric Pouech wrote:
while (*ptr) if (isspaceW(*ptr)) ptr++; else break;
I do not mind terse code but that kinda overdoes it. I would put the "else" on a separate line.
trafic on wine-devel is rather low those days what about opening a code-style flame-war ?
Heh, no, that wasn't my intend. With the if and else on separate lines it would have been obvious that the curly brackets would be better placed inside the while...
bye michael