[PATCH wayland] cosmetic: gratuitous whitespace changes in event-loop.c
Jon A. Cruz
jonc at osg.samsung.com
Thu Jun 18 09:56:09 PDT 2015
On 06/18/2015 09:48 AM, Derek Foreman wrote:
> 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);
>
Looks good. (Seems like someone had tabs set to 4 and didn't notice.)
Reviewed-by: Jon A. Cruz <jonc at osg.samsung.com>
--
Jon A. Cruz - Senior Open Source Developer
Samsung Open Source Group
jonc at osg.samsung.com
More information about the wayland-devel
mailing list