mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
cosmetic: add an space after if
This commit is contained in:
parent
6301639146
commit
d33514379d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue