mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 09:18:19 +00:00
refactor: uncrustify #16090
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include "nvim/os/os_defs.h" // bring lots of system header files
|
||||
|
||||
/// length of a buffer to store a number in ASCII (64 bits binary + NUL)
|
||||
enum { NUMBUFLEN = 65 };
|
||||
enum { NUMBUFLEN = 65, };
|
||||
|
||||
#define MAX_TYPENR 65535
|
||||
|
||||
@@ -199,7 +199,7 @@ enum {
|
||||
|
||||
#define DIALOG_MSG_SIZE 1000 // buffer size for dialog_msg()
|
||||
|
||||
enum { FOLD_TEXT_LEN = 51 }; //!< buffer size for get_foldtext()
|
||||
enum { FOLD_TEXT_LEN = 51, }; //!< buffer size for get_foldtext()
|
||||
|
||||
|
||||
// Maximum length of key sequence to be mapped.
|
||||
|
Reference in New Issue
Block a user