mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 17:36:29 +00:00
refactor: follow style guide
This commit is contained in:
@@ -719,7 +719,7 @@ static void sign_jump_cmd(buf_T *buf, linenr_T lnum, const char *name, int id, c
|
||||
return;
|
||||
}
|
||||
|
||||
(void)sign_jump(id, group, buf);
|
||||
sign_jump(id, group, buf);
|
||||
}
|
||||
|
||||
/// Parse the command line arguments for the ":sign place", ":sign unplace" and
|
||||
|
Reference in New Issue
Block a user