mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 23:06:14 +00:00
build: update uncrustify to 0.76
This commit is contained in:
@@ -131,7 +131,7 @@ void log_unlock(void)
|
||||
/// @return true if log was emitted normally, false if failed or recursive
|
||||
bool logmsg(int log_level, const char *context, const char *func_name, int line_num, bool eol,
|
||||
const char *fmt, ...)
|
||||
FUNC_ATTR_UNUSED FUNC_ATTR_PRINTF(6, 7)
|
||||
FUNC_ATTR_PRINTF(6, 7)
|
||||
{
|
||||
static bool recursive = false;
|
||||
static bool did_msg = false; // Showed recursion message?
|
||||
|
Reference in New Issue
Block a user