mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
Merge pull request #18162 from dundargoc/refactor/unctustify
refactor/uncrustify
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
#include "nvim/syntax_defs.h"
|
||||
#include "nvim/types.h"
|
||||
|
||||
#define IOSIZE (1024+1) // file I/O and sprintf buffer size
|
||||
#define IOSIZE (1024 + 1) // file I/O and sprintf buffer size
|
||||
|
||||
#define MSG_BUF_LEN 480 // length of buffer for small messages
|
||||
#define MSG_BUF_CLEN (MSG_BUF_LEN / 6) // cell length (worst case: utf-8
|
||||
|
Reference in New Issue
Block a user