[PATCH wayland 5/8] protocol: Correct description indentation

Bryce Harrington bryce at osg.samsung.com
Fri Aug 12 01:36:06 UTC 2016


On Thu, Aug 11, 2016 at 02:33:02PM -0700, Yong Bakos wrote:
> From: Yong Bakos <ybakos at humanoriented.com>
> 
> Signed-off-by: Yong Bakos <ybakos at humanoriented.com>

Reviewed-by: Bryce Harrington <bryce at osg.samsung.com>

> ---
>  protocol/wayland.xml | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/protocol/wayland.xml b/protocol/wayland.xml
> index 523bd9d..55a74a7 100644
> --- a/protocol/wayland.xml
> +++ b/protocol/wayland.xml
> @@ -173,7 +173,7 @@
>  
>      <event name="done">
>        <description summary="done event">
> -       Notify the client when the related request is done.
> +	Notify the client when the related request is done.
>        </description>
>        <arg name="callback_data" type="uint" summary="request-specific data for the wl_callback"/>
>      </event>
> @@ -281,11 +281,11 @@
>  
>      <enum name="format">
>        <description summary="pixel formats">
> -       This describes the memory layout of an individual pixel.
> +	This describes the memory layout of an individual pixel.
>  
> -       All renderers should support argb8888 and xrgb8888 but any other
> -       formats are optional and may not be supported by the particular
> -       renderer in use.
> +	All renderers should support argb8888 and xrgb8888 but any other
> +	formats are optional and may not be supported by the particular
> +	renderer in use.
>  
>  	The drm format codes match the #defines in drm_fourcc.h.
>  	The formats actually supported by the compositor will be
> -- 
> 2.7.2
> 
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/wayland-devel


More information about the wayland-devel mailing list