From d33514379d311bd9ddd4a2e1e97c8205a8111d3c Mon Sep 17 00:00:00 2001 From: Sergi Granell Date: Thu, 4 Feb 2016 21:48:21 +0100 Subject: [PATCH] cosmetic: add an space after if --- 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) 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.4