Remove stray spaces after function names.

This commit is contained in:
nicm
2021-08-20 17:50:42 +00:00
parent 01b13de655
commit e463e8622d
9 changed files with 15 additions and 17 deletions

View File

@ -334,7 +334,7 @@ input_key_cmp(struct input_key_entry *ike1, struct input_key_entry *ike2)
/* Look for key in tree. */
static struct input_key_entry *
input_key_get (key_code key)
input_key_get(key_code key)
{
struct input_key_entry entry = { .key = key };