From: Yong Bakos <[email protected]> wl_fixed_to_double had a stray space before the parameter list. Remove this space.
Signed-off-by: Yong Bakos <[email protected]> --- 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/src/wayland-util.h +++ b/src/wayland-util.h @@ -446,7 +446,7 @@ wl_array_copy(struct wl_array *array, struct wl_array *source); typedef int32_t wl_fixed_t; static inline double -wl_fixed_to_double (wl_fixed_t f) +wl_fixed_to_double(wl_fixed_t f) { union { double d; -- 2.7.2 _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
