[PATCH] cosmetic: fix incorrect whitespace.

Bryce Harrington bryce at osg.samsung.com
Mon Oct 26 10:56:50 PDT 2015


On Mon, Oct 26, 2015 at 11:49:18AM +0900, Jon A. Cruz wrote:
> Fixed instances where spaces were used instead of tabs.
> 
> Signed-off-by: Jon A. Cruz <jonc at osg.samsung.com>

This patch conflicts with your header style cleanup patch.  Looks like
that one supercedes this one, so I'll drop this one from the queue.

> ---
>  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
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel


More information about the wayland-devel mailing list