remove trailing whitespaces
Remove trailing whitespaces because they are not needed and jumping to the end of al ine should do just that and not jump to the whitespace.
This commit is contained in:
committed by
Bryce Harrington
parent
2663c68330
commit
2a18a52844
@@ -2115,7 +2115,7 @@ xdg_ping_timeout_handler(void *data)
|
||||
continue;
|
||||
if (seat->pointer->focus->surface->resource == NULL)
|
||||
continue;
|
||||
|
||||
|
||||
shsurf = get_shell_surface(seat->pointer->focus->surface);
|
||||
if (shsurf &&
|
||||
wl_resource_get_client(shsurf->resource) == sc->client)
|
||||
|
||||
Reference in New Issue
Block a user