mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
refactor: format with uncrustify #15778
* fixup: force exactly one whitespace between type and variable
This commit is contained in:
@@ -762,7 +762,7 @@ bool emsgf_multiline(const char *const fmt, ...)
|
||||
va_list ap;
|
||||
|
||||
|
||||
static char errbuf[MULTILINE_BUFSIZE];
|
||||
static char errbuf[MULTILINE_BUFSIZE];
|
||||
if (emsg_not_now()) {
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user