Fixed instances where spaces were used instead of tabs. Signed-off-by: Jon A. Cruz <[email protected]> --- src/wayland-client-core.h | 2 +- src/wayland-server-core.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/wayland-client-core.h b/src/wayland-client-core.h index dea70d9..d8f7f2e 100644 --- a/src/wayland-client-core.h +++ b/src/wayland-client-core.h @@ -164,7 +164,7 @@ uint32_t wl_display_get_protocol_error(struct wl_display *display, int wl_display_flush(struct wl_display *display); int wl_display_roundtrip_queue(struct wl_display *display, - struct wl_event_queue *queue); + struct wl_event_queue *queue); int wl_display_roundtrip(struct wl_display *display); struct wl_event_queue *wl_display_create_queue(struct wl_display *display); diff --git a/src/wayland-server-core.h b/src/wayland-server-core.h index 4c2bdfe..343d0ec 100644 --- a/src/wayland-server-core.h +++ b/src/wayland-server-core.h @@ -273,7 +273,7 @@ typedef void (*wl_resource_destroy_func_t)(struct wl_resource *resource); * parameters, in the order they appear in the protocol XML specification. * * The variable arguments' types are: - * - type=uint: uint32_t + * - type=uint: uint32_t * - type=int: int32_t * - type=fixed: wl_fixed_t * - type=string: (const char *) to a nil-terminated string -- 2.1.4 _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
