cosmetic: add an space after if

This commit is contained in:
Sergi Granell 2016-02-04 21:48:21 +01:00 committed by Bryce Harrington
parent 6301639146
commit d33514379d

View file

@ -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;
}