mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-01-10 18:30:24 +01:00
ei: indentation fix
Part-of: <https://gitlab.freedesktop.org/libinput/libei/-/merge_requests/321>
This commit is contained in:
parent
2acf42db9c
commit
beb1de6292
1 changed files with 1 additions and 1 deletions
|
|
@ -297,7 +297,7 @@ queue_event(struct ei *ei, struct ei_event *event)
|
|||
break;
|
||||
default:
|
||||
if (device && !list_empty(&device->pending_event_queue))
|
||||
ei_queue_frame_event(device, ei_now(ei));
|
||||
ei_queue_frame_event(device, ei_now(ei));
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue