[PATCH 04/11] widl: Handle default value for public vs hidden attribute.

Kai Tietz ktietz70 at googlemail.com
Thu Aug 8 12:52:17 CDT 2013


2013/8/8 André Hentschel <nerv at dawncrow.de>:
> Am 08.08.2013 17:57, schrieb Kai Tietz:
>> -    if (! is_attr(attrs, ATTR_PUBLIC))
>> +    if (! is_attr(attrs, ATTR_PUBLIC) && ! is_attr (attrs, ATTR_HIDDEN))
>
> style issue: space after !

Well, agreed.  But I don't want to change by my patch style issues.
This space was there before, so I did the same.  But I admit that this
style is a bit borged ...



More information about the wine-devel mailing list