Signed-off-by: Derek Foreman <der...@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

_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to