mirror of
https://github.com/neovim/neovim.git
synced 2025-09-25 20:48:32 +00:00
refactor: reformat with uncrustify #15736
* fix function parameter comments * remove space after star in function names
This commit is contained in:
@@ -1821,7 +1821,7 @@ typedef struct {
|
||||
/// @return NULL if OK, an error message for failure. This only needs to be
|
||||
/// used when setting the option, not later when the value has already
|
||||
/// been checked.
|
||||
char_u * keymap_init(void)
|
||||
char_u *keymap_init(void)
|
||||
{
|
||||
curbuf->b_kmap_state &= ~KEYMAP_INIT;
|
||||
|
||||
|
Reference in New Issue
Block a user