aboutsummaryrefslogtreecommitdiff
path: root/input-keys.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2021-08-20 20:01:27 +0100
committerThomas Adam <thomas@xteddy.org>2021-08-20 20:01:27 +0100
commit944fde7c57c4f3caebb04cfc3943a81ee9729de8 (patch)
treeadaf9710dee065de66e40cd12359a403bd3f6dea /input-keys.c
parent41822ef782122be42305c0c21e2f166077d09002 (diff)
parent6cbc83c6a64f272575aac1ee32cc0a0b1cb75c7b (diff)
downloadrtmux-944fde7c57c4f3caebb04cfc3943a81ee9729de8.tar.gz
rtmux-944fde7c57c4f3caebb04cfc3943a81ee9729de8.tar.bz2
rtmux-944fde7c57c4f3caebb04cfc3943a81ee9729de8.zip
Merge branch 'obsd-master' into master
Diffstat (limited to 'input-keys.c')
-rw-r--r--input-keys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/input-keys.c b/input-keys.c
index be83600e..b4770808 100644
--- a/input-keys.c
+++ b/input-keys.c
@@ -333,7 +333,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 };