mirror of
https://github.com/neovim/neovim.git
synced 2025-12-19 21:05:37 +00:00
refactor: uncrustify #16090
This commit is contained in:
@@ -30,7 +30,7 @@ typedef uint64_t uvarnumber_T;
|
||||
typedef double float_T;
|
||||
|
||||
/// Refcount for dict or list that should not be freed
|
||||
enum { DO_NOT_FREE_CNT = (INT_MAX / 2) };
|
||||
enum { DO_NOT_FREE_CNT = (INT_MAX / 2), };
|
||||
|
||||
/// Additional values for tv_list_alloc() len argument
|
||||
enum ListLenSpecials {
|
||||
|
||||
Reference in New Issue
Block a user