mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 07:16:09 +00:00
build(lint): remove clint.py rules for braces #20880
Uncrustify is the source of truth where possible. Remove any redundant checks from clint.py. See also https://github.com/neovim/neovim/pull/18563
This commit is contained in:
@@ -998,7 +998,7 @@ void call_user_func(ufunc_T *fp, int argcount, typval_T *argvars, typval_T *rett
|
||||
listitem_T *li = &fc->l_listitems[ai];
|
||||
|
||||
*TV_LIST_ITEM_TV(li) = argvars[i];
|
||||
TV_LIST_ITEM_TV(li)->v_lock = VAR_FIXED;
|
||||
TV_LIST_ITEM_TV(li)->v_lock = VAR_FIXED;
|
||||
tv_list_append(&fc->l_varlist, li);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user