mirror of
https://github.com/labwc/labwc.git
synced 2026-02-05 04:06:33 -05:00
common/array.h: add wl_array_for_each_reverse macro
This commit is contained in:
parent
4d679801ad
commit
042215f856
2 changed files with 12 additions and 0 deletions
1
scripts/checkpatch.pl
vendored
1
scripts/checkpatch.pl
vendored
|
|
@ -5531,6 +5531,7 @@ sub process {
|
|||
#
|
||||
if ($starts_with_if_while_etc && !length($s)
|
||||
&& $filename ne "include/view.h"
|
||||
&& $filename ne "include/common/array.h"
|
||||
&& $filename ne "include/ssd-internal.h") {
|
||||
CHK("BRACES", "[labwc-custom] open brace { expected after if/while/for/switch - even with single statement blocks");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue