fix linter errors

This commit is contained in:
Corey Williamson
2021-04-20 16:05:20 -05:00
committed by Björn Linse
parent 8021c5a531
commit 38d6452899

View File

@@ -462,7 +462,8 @@ Dictionary nvim_win_get_config(Window window, Error *err)
for (size_t i = 0; i < 8; i++) {
Array tuple = ARRAY_DICT_INIT;
String s = cstrn_to_string((const char *)config->border_chars[i], sizeof(schar_T));
String s = cstrn_to_string(
(const char *)config->border_chars[i], sizeof(schar_T));
int hi_id = config->border_hl_ids[i];
char_u *hi_name = syn_id2name(hi_id);