mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 09:20:29 +01:00
evdev: whitespace fix
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
b8bef106c0
commit
bb431ae20d
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue