Re: [PATCH] cosmetic: add an space after if

2016-02-04 Thread Bryce Harrington
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 -> maste

[PATCH] cosmetic: add an space after if

2016-02-04 Thread Sergi Granell
--- src/wayland-shm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)