mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 01:08:20 +00:00
multigrid: Fix lint errors
This commit is contained in:

committed by
Björn Linse

parent
8b47b56fc6
commit
ba6f9f60ad
@@ -248,8 +248,8 @@ static void ui_set_option(UI *ui, bool init, String name, Object value,
|
||||
/// Sets the inner "width" and "height" of the window grid identified by
|
||||
/// "grid" handle. If the grid does not exist, set error.
|
||||
void nvim_ui_try_resize_grid(uint64_t channel_id, Integer grid, Integer width,
|
||||
Integer height, Error *error)
|
||||
FUNC_API_SINCE(4) FUNC_API_REMOTE_ONLY
|
||||
Integer height, Error *error)
|
||||
FUNC_API_SINCE(5) FUNC_API_REMOTE_ONLY
|
||||
{
|
||||
if (!pmap_has(uint64_t)(connected_uis, channel_id)) {
|
||||
api_set_error(error, kErrorTypeException,
|
||||
|
Reference in New Issue
Block a user