[PATCH] cosmetic: add an space after if

Sergi Granell xerpi.g.12 at gmail.com
Thu Feb 4 20:48:21 UTC 2016


---
 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.0



More information about the wayland-devel mailing list