mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-05 20:28:18 +02: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",
|
"%s: switch reliability set to unknown value '%s'\n",
|
||||||
device->devname,
|
device->devname,
|
||||||
prop);
|
prop);
|
||||||
r = RELIABILITY_UNKNOWN;
|
r = RELIABILITY_UNKNOWN;
|
||||||
} else if (r == RELIABILITY_WRITE_OPEN) {
|
} else if (r == RELIABILITY_WRITE_OPEN) {
|
||||||
evdev_log_info(device, "will write switch open events\n");
|
evdev_log_info(device, "will write switch open events\n");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue