mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
refactor: follow style guide
This commit is contained in:
@@ -2251,7 +2251,7 @@ void *my_iconv_open(char *to, char *from)
|
||||
// stops for no apparent reason after about 8160 characters.
|
||||
char *p = tobuf;
|
||||
size_t tolen = ICONV_TESTLEN;
|
||||
(void)iconv(fd, NULL, NULL, &p, &tolen);
|
||||
iconv(fd, NULL, NULL, &p, &tolen);
|
||||
if (p == NULL) {
|
||||
iconv_working = kBroken;
|
||||
iconv_close(fd);
|
||||
|
Reference in New Issue
Block a user