mirror of
https://github.com/neovim/neovim.git
synced 2026-02-01 18:11:12 +10:00
refactor: remove redundant NOLINT comments
This commit is contained in:
@@ -360,7 +360,7 @@ extern bool tv_in_free_unref_items;
|
||||
/// @param li Name of the variable with current listitem_T entry.
|
||||
/// @param code Cycle body.
|
||||
#define TV_LIST_ITER(l, li, code) \
|
||||
TV_LIST_ITER_MOD( , l, li, code) // NOLINT(whitespace/parens)
|
||||
TV_LIST_ITER_MOD( , l, li, code)
|
||||
|
||||
/// Iterate over a list
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user