mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 22:48:34 +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:
@@ -1083,7 +1083,7 @@ static int foldLevelWin(win_T *wp, linenr_T lnum)
|
||||
{
|
||||
fold_T *fp;
|
||||
linenr_T lnum_rel = lnum;
|
||||
int level = 0;
|
||||
int level = 0;
|
||||
|
||||
// Recursively search for a fold that contains "lnum".
|
||||
garray_T *gap = &wp->w_folds;
|
||||
|
Reference in New Issue
Block a user