cosmetic: add an space after if
authorSergi Granell <xerpi.g.12@gmail.com>
Thu, 4 Feb 2016 20:48:21 +0000 (21:48 +0100)
committerBryce Harrington <bryce@bryceharrington.org>
Fri, 5 Feb 2016 00:37:40 +0000 (16:37 -0800)
src/wayland-shm.c

index 8e7adc9..a4343a4 100644 (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;
        }