mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-31 22:25:25 -04: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)
|
||||
return NULL;
|
||||
|
||||
wl_list_for_each(resource, list, link) {
|
||||
if (resource->client == client)
|
||||
return resource;
|
||||
}
|
||||
wl_list_for_each(resource, list, link) {
|
||||
if (resource->client == client)
|
||||
return resource;
|
||||
}
|
||||
|
||||
return NULL;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
WL_EXPORT struct wl_client *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue