mirror of
https://github.com/neovim/neovim.git
synced 2026-07-15 13:50:33 +00:00
refactor: remove redundant casts
(cherry picked from commit 347c8bbbd6)
This commit is contained in:
committed by
github-actions[bot]
parent
e2ab8f78c4
commit
67dc341aa0
@@ -1832,7 +1832,7 @@ static char *get_str_line(int c, void *cookie, int indent, bool do_concat)
|
||||
if (!concat_continued_line(&ga, 400, line, (size_t)(next_eol - line))) {
|
||||
break;
|
||||
}
|
||||
eol = (char *)next_eol;
|
||||
eol = next_eol;
|
||||
}
|
||||
}
|
||||
ga_append(&ga, NUL);
|
||||
|
||||
Reference in New Issue
Block a user