msxml3: avoid a dangling else (LLVM/Clang)

Michael Stefaniuc mstefani at redhat.com
Mon May 14 04:55:31 CDT 2012


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



More information about the wine-devel mailing list