ei: fix a whitespace error

This commit is contained in:
Peter Hutterer 2023-06-07 15:58:18 +10:00
parent 22079d62dc
commit b14405d3cd

View file

@ -233,10 +233,10 @@ ei_seat_has_capability(struct ei_seat *seat,
{
switch (cap) {
case EI_DEVICE_CAP_POINTER:
/* FIXME: a seat without pointer or pointer_absolute but button
/* FIXME: a seat without pointer or pointer_absolute but button
* and/or scroll should count as pointer here but that's niche
* enough that we can figure that out when needed */
return seat->capabilities.map[EI_POINTER_INTERFACE_INDEX] != 0;
return seat->capabilities.map[EI_POINTER_INTERFACE_INDEX] != 0;
case EI_DEVICE_CAP_POINTER_ABSOLUTE:
return seat->capabilities.map[EI_POINTER_ABSOLUTE_INTERFACE_INDEX] != 0;
case EI_DEVICE_CAP_KEYBOARD: