[PATCH wayland] client-core: Add missing line breaks

Yong Bakos junk at humanoriented.com
Mon May 23 23:06:09 UTC 2016


From: Yong Bakos <ybakos at humanoriented.com>

Signed-off-by: Yong Bakos <ybakos at humanoriented.com>
---
 src/wayland-client-core.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/wayland-client-core.h b/src/wayland-client-core.h
index b1d6515..dfd3e18 100644
--- a/src/wayland-client-core.h
+++ b/src/wayland-client-core.h
@@ -150,10 +150,12 @@ wl_proxy_marshal_constructor_versioned(struct wl_proxy *proxy,
 				       const struct wl_interface *interface,
 				       uint32_t version,
 				       ...);
+
 struct wl_proxy *
 wl_proxy_marshal_array_constructor(struct wl_proxy *proxy,
 				   uint32_t opcode, union wl_argument *args,
 				   const struct wl_interface *interface);
+
 struct wl_proxy *
 wl_proxy_marshal_array_constructor_versioned(struct wl_proxy *proxy,
 					     uint32_t opcode,
-- 
2.7.2



More information about the wayland-devel mailing list