[PATCH wayland] protocol: fix a couple of whitespace issues
Bryce Harrington
bryce at osg.samsung.com
Mon Nov 23 23:49:18 PST 2015
On Mon, Nov 23, 2015 at 02:28:28PM +1000, Peter Hutterer wrote:
> 8 spaces is one tab
>
> Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
Thanks, pushed:
a5ef930..d5f22d2 master -> master
> ---
> protocol/wayland.xml | 22 +++++++++++-----------
> 1 file changed, 11 insertions(+), 11 deletions(-)
>
> diff --git a/protocol/wayland.xml b/protocol/wayland.xml
> index 525e092..f9e6d76 100644
> --- a/protocol/wayland.xml
> +++ b/protocol/wayland.xml
> @@ -1347,7 +1347,7 @@
>
> <event name="capabilities">
> <description summary="seat capabilities changed">
> - This is emitted whenever a seat gains or loses the pointer,
> + This is emitted whenever a seat gains or loses the pointer,
> keyboard or touch capabilities. The argument is a capability
> enum containing the complete set of capabilities this seat has.
> </description>
> @@ -1356,33 +1356,33 @@
>
> <request name="get_pointer">
> <description summary="return pointer object">
> - The ID provided will be initialized to the wl_pointer interface
> + The ID provided will be initialized to the wl_pointer interface
> for this seat.
>
> - This request only takes effect if the seat has the pointer
> - capability.
> + This request only takes effect if the seat has the pointer
> + capability.
> </description>
> <arg name="id" type="new_id" interface="wl_pointer"/>
> </request>
>
> <request name="get_keyboard">
> <description summary="return keyboard object">
> - The ID provided will be initialized to the wl_keyboard interface
> + The ID provided will be initialized to the wl_keyboard interface
> for this seat.
>
> - This request only takes effect if the seat has the keyboard
> - capability.
> + This request only takes effect if the seat has the keyboard
> + capability.
> </description>
> <arg name="id" type="new_id" interface="wl_keyboard"/>
> </request>
>
> <request name="get_touch">
> <description summary="return touch object">
> - The ID provided will be initialized to the wl_touch interface
> + The ID provided will be initialized to the wl_touch interface
> for this seat.
>
> - This request only takes effect if the seat has the touch
> - capability.
> + This request only takes effect if the seat has the touch
> + capability.
> </description>
> <arg name="id" type="new_id" interface="wl_touch"/>
> </request>
> @@ -1568,7 +1568,7 @@
>
> <request name="release" type="destructor" since="3">
> <description summary="release the pointer object">
> - Using this request client can tell the server that it is not going to
> + Using this request client can tell the server that it is not going to
> use the pointer object anymore.
>
> This request destroys the pointer proxy object, so user must not call
> --
> 2.5.0
>
> _______________________________________________
> 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