summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2018-02-05 16:36:49 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2018-02-05 17:50:15 +1000
commitbb431ae20d61bedbc0a50bd0201113ec05d33d0b (patch)
treefd6bafb060d51665a4b4427222694fdfc054b241
parentb8bef106c012485424619d018562f26a9cd5b211 (diff)
evdev: whitespace fix
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--src/evdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/evdev.c b/src/evdev.c
index 28b7b44d..d1ca243d 100644
--- a/src/evdev.c
+++ b/src/evdev.c
@@ -800,7 +800,7 @@ evdev_read_switch_reliability_prop(struct evdev_device *device)
"%s: switch reliability set to unknown value '%s'\n",
device->devname,
prop);
- r = RELIABILITY_UNKNOWN;
+ r = RELIABILITY_UNKNOWN;
} else if (r == RELIABILITY_WRITE_OPEN) {
evdev_log_info(device, "will write switch open events\n");
}