[PATCH wayland] cosmetic: gratuitous whitespace changes in event-loop.c
Derek Foreman
derekf at osg.samsung.com
Thu Jun 18 09:48:30 PDT 2015
Signed-off-by: Derek Foreman <derekf at osg.samsung.com>
---
src/event-loop.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/event-loop.c b/src/event-loop.c
index d1e03fa..130c7be 100644
--- a/src/event-loop.c
+++ b/src/event-loop.c
@@ -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);
--
2.1.4
More information about the wayland-devel
mailing list