mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
cosmetic: Cleanup trailing whitespace
This commit is contained in:
parent
a1a6aa54aa
commit
71c37eb91a
1 changed files with 15 additions and 15 deletions
|
|
@ -583,12 +583,12 @@ wl_resource_find_for_client(struct wl_list *list, struct wl_client *client)
|
||||||
if (client == NULL)
|
if (client == NULL)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
wl_list_for_each(resource, list, link) {
|
wl_list_for_each(resource, list, link) {
|
||||||
if (resource->client == client)
|
if (resource->client == client)
|
||||||
return resource;
|
return resource;
|
||||||
}
|
}
|
||||||
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
WL_EXPORT struct wl_client *
|
WL_EXPORT struct wl_client *
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue