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

Yong Bakos junk at humanoriented.com
Tue Nov 8 16:02:12 UTC 2016


From: Yong Bakos <ybakos at humanoriented.com>

wl_fixed_to_double had a stray space before the parameter list.
Remove this space.

Signed-off-by: Yong Bakos <ybakos at humanoriented.com>
---
 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



More information about the wayland-devel mailing list