mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
adapt to the style guildelines
semi-automated harvest of low hanging fruit: change the unorthodox use of whitespace.
This commit is contained in:

committed by
Thiago de Arruda

parent
59f2430a8d
commit
edabc6f4c7
@@ -472,7 +472,7 @@ char_u *get_special_key_name(int c, int modifiers)
|
||||
string[idx++] = *s++;
|
||||
}
|
||||
}
|
||||
} else { /* use name of special key */
|
||||
} else { /* use name of special key */
|
||||
STRCPY(string + idx, key_names_table[table_idx].name);
|
||||
idx = (int)STRLEN(string);
|
||||
}
|
||||
@@ -596,7 +596,7 @@ find_special_key (
|
||||
/* <Char-123> or <Char-033> or <Char-0x33> */
|
||||
vim_str2nr(last_dash + 6, NULL, NULL, TRUE, TRUE, NULL, &n);
|
||||
key = (int)n;
|
||||
} else {
|
||||
} else {
|
||||
/*
|
||||
* Modifier with single letter, or special key name.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user