File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ UseTab: Never
13
13
IndentWidth : 4
14
14
BreakBeforeBraces : Linux
15
15
AccessModifierOffset : -4
16
- ForEachMacros :
16
+ ForEachMacros :
17
17
- foreach
18
18
- Q_FOREACH
19
19
- BOOST_FOREACH
@@ -24,4 +24,4 @@ ForEachMacros:
24
24
- hlist_for_each_entry
25
25
- rb_list_foreach
26
26
- rb_list_foreach_safe
27
- - vec_foreach
27
+ SpaceBeforeParens : ControlStatementsExceptForEachMacros
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ zobrist_entry_t *zobrist_get(u64 key)
53
53
54
54
zobrist_entry_t * entry = NULL ;
55
55
56
- hlist_for_each_entry (entry , & hash_table [hash_key ], ht_list ) {
56
+ hlist_for_each_entry (entry , & hash_table [hash_key ], ht_list ) {
57
57
if (entry -> key == key )
58
58
return entry ;
59
59
}
You can’t perform that action at this time.
0 commit comments