mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 19:06:31 +00:00
*: Fix linter errors
Also adds one exception to linter rules: typedef struct { kvec_t(Object) stack; } EncodedData; is completely valid (from the style guide point of view) code.
This commit is contained in:
@@ -857,8 +857,8 @@ static void log_server_msg(uint64_t channel_id,
|
||||
log_msg_close(f, (msgpack_object) {
|
||||
.type = MSGPACK_OBJECT_STR,
|
||||
.via.str = {
|
||||
.ptr = (char *) msgpack_error_messages[result + MUR_OFF],
|
||||
.size = (uint32_t) strlen(
|
||||
.ptr = (char *)msgpack_error_messages[result + MUR_OFF],
|
||||
.size = (uint32_t)strlen(
|
||||
msgpack_error_messages[result + MUR_OFF]),
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user