aboutsummaryrefslogtreecommitdiff
path: root/input-keys.c
diff options
context:
space:
mode:
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 };