mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 11:28:22 +00:00
Merge pull request #3956 from oni-link/cov.62611
coverity/62611: Nesting level does not match indentation
This commit is contained in:
@@ -1878,6 +1878,7 @@ failed:
|
|||||||
}
|
}
|
||||||
if (msg_add_fileformat(fileformat))
|
if (msg_add_fileformat(fileformat))
|
||||||
c = TRUE;
|
c = TRUE;
|
||||||
|
|
||||||
msg_add_lines(c, (long)linecnt, filesize);
|
msg_add_lines(c, (long)linecnt, filesize);
|
||||||
|
|
||||||
xfree(keep_msg);
|
xfree(keep_msg);
|
||||||
|
Reference in New Issue
Block a user