mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 00:08:19 +00:00
refactor: uncrustify #16090
This commit is contained in:
@@ -3399,7 +3399,7 @@ void free_titles(void)
|
||||
/// be used when printing numbers in the status line.
|
||||
typedef enum {
|
||||
kNumBaseDecimal = 10,
|
||||
kNumBaseHexadecimal = 16
|
||||
kNumBaseHexadecimal = 16,
|
||||
} NumberBase;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user