mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-30 11:11:05 -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:
|
default:
|
||||||
formats = wl_display_get_additional_shm_formats(display);
|
formats = wl_display_get_additional_shm_formats(display);
|
||||||
wl_array_for_each(p, formats)
|
wl_array_for_each(p, formats)
|
||||||
if(*p == format)
|
if (*p == format)
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue