diff options
author | nicm <nicm> | 2021-08-20 17:50:42 +0000 |
---|---|---|
committer | nicm <nicm> | 2021-08-20 17:50:42 +0000 |
commit | e463e8622dff28394145868a124b10101afc2269 (patch) | |
tree | 8594a3d96ee7f41595eb72db991b753d3900f986 /input-keys.c | |
parent | 01b13de655cae6cd619bf872d16f82600ff6081e (diff) | |
download | rtmux-e463e8622dff28394145868a124b10101afc2269.tar.gz rtmux-e463e8622dff28394145868a124b10101afc2269.tar.bz2 rtmux-e463e8622dff28394145868a124b10101afc2269.zip |
Remove stray spaces after function names.
Diffstat (limited to 'input-keys.c')
-rw-r--r-- | input-keys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/input-keys.c b/input-keys.c index d6f48e6c..c2f2fe19 100644 --- a/input-keys.c +++ b/input-keys.c @@ -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 }; |