mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
Linting fixups for vim-patch:7.4.1037
This commit is contained in:
@@ -1263,8 +1263,9 @@ int check_changed_any(bool hidden, bool unload)
|
||||
++bufcount;
|
||||
}
|
||||
|
||||
if (bufcount == 0)
|
||||
return FALSE;
|
||||
if (bufcount == 0) {
|
||||
return false;
|
||||
}
|
||||
|
||||
bufnrs = xmalloc(sizeof(*bufnrs) * bufcount);
|
||||
|
||||
|
Reference in New Issue
Block a user