diff options
| author | Derek Foreman <derekf@osg.samsung.com> | 2015-06-18 11:48:30 -0500 |
|---|---|---|
| committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | 2015-06-23 10:27:23 +0300 |
| commit | ab254f7efe067176d2f2eda672b773b228f78e2d (patch) | |
| tree | 384d2f053abfb4d1ecf4f396ffb856b8d151caa3 /src/event-loop.c | |
| parent | build: Use AM_CFLAGS instead of GCC_CFLAGS everywhere (diff) | |
| download | wayland-ab254f7efe067176d2f2eda672b773b228f78e2d.tar wayland-ab254f7efe067176d2f2eda672b773b228f78e2d.tar.gz wayland-ab254f7efe067176d2f2eda672b773b228f78e2d.tar.bz2 wayland-ab254f7efe067176d2f2eda672b773b228f78e2d.tar.lz wayland-ab254f7efe067176d2f2eda672b773b228f78e2d.tar.xz wayland-ab254f7efe067176d2f2eda672b773b228f78e2d.tar.zst wayland-ab254f7efe067176d2f2eda672b773b228f78e2d.zip | |
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>
Diffstat (limited to 'src/event-loop.c')
| -rw-r--r-- | src/event-loop.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
