mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-01 22:58:40 -04:00
cosmetic: gratuitous whitespace changes in event-loop.c
Signed-off-by: Derek Foreman <derekf@osg.samsung.com> Reviewed-by: Jon A. Cruz <jonc@osg.samsung.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
This commit is contained in:
parent
4cdc51034c
commit
ab254f7efe
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ wl_event_loop_add_timer(struct wl_event_loop *loop,
|
|||
|
||||
source->base.interface = &timer_source_interface;
|
||||
source->base.fd = timerfd_create(CLOCK_MONOTONIC,
|
||||
TFD_CLOEXEC | TFD_NONBLOCK);
|
||||
TFD_CLOEXEC | TFD_NONBLOCK);
|
||||
source->func = func;
|
||||
|
||||
return add_source(loop, &source->base, WL_EVENT_READABLE, data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue