refactor: uncrustify #16090

This commit is contained in:
dundargoc
2021-10-30 02:23:20 +02:00
committed by GitHub
parent 16d06fa3eb
commit 4472c56d54
51 changed files with 293 additions and 328 deletions

View File

@@ -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 {