On Thu, Feb 04, 2016 at 09:48:21PM +0100, Sergi Granell wrote:
> ---
>  src/wayland-shm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Hi Sergi,

Thanks, pushed both this and the other whitespace fix:

To ssh://git.freedesktop.org/git/wayland/wayland
   369b646..d335143  master -> master

 
> diff --git a/src/wayland-shm.c b/src/wayland-shm.c
> index 8e7adc9..a4343a4 100644
> --- a/src/wayland-shm.c
> +++ b/src/wayland-shm.c
> @@ -117,7 +117,7 @@ format_is_supported(struct wl_client *client, uint32_t 
> format)
>       default:
>               formats = wl_display_get_additional_shm_formats(display);
>               wl_array_for_each(p, formats)
> -                     if(*p == format)
> +                     if (*p == format)
>                               return true;
>       }
>  
> -- 
> 2.7.0
> 
> _______________________________________________
> wayland-devel mailing list
> wayland-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to