Re: [PATCH wayland] util: Remove stray space from function signature

2016-11-16 Thread Daniel Stone
Hi Yong, On 8 November 2016 at 16:02, Yong Bakos wrote: > wl_fixed_to_double had a stray space before the parameter list. > Remove this space. > > Signed-off-by: Yong Bakos Pushed, thanks: To ssh://git.freedesktop.org/git/wayland/wayland 2c6350b..6a18a87 master -> master Cheers, Daniel ___

[PATCH wayland] util: Remove stray space from function signature

2016-11-08 Thread Yong Bakos
From: Yong Bakos wl_fixed_to_double had a stray space before the parameter list. Remove this space. Signed-off-by: Yong Bakos --- src/wayland-util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wayland-util.h b/src/wayland-util.h index 7b280d1..e0eb126 100644 --- a/s