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 !
2013/8/8 André Hentschel nerv@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 ...