mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-02 10:48:04 +02:00
tests: cleanup whitespace
This commit is contained in:
parent
c919883d26
commit
0ccf8e2238
1 changed files with 6 additions and 6 deletions
|
|
@ -141,12 +141,12 @@ create_screenshot_surface(struct client *client) {
|
|||
screenshot = xzalloc(sizeof *screenshot);
|
||||
if (screenshot == NULL)
|
||||
return NULL;
|
||||
screenshot->wl_buffer = create_shm_buffer(client,
|
||||
client->output->width,
|
||||
client->output->height,
|
||||
&screenshot->data);
|
||||
screenshot->height = client->output->height;
|
||||
screenshot->width = client->output->width;
|
||||
screenshot->wl_buffer = create_shm_buffer(client,
|
||||
client->output->width,
|
||||
client->output->height,
|
||||
&screenshot->data);
|
||||
screenshot->height = client->output->height;
|
||||
screenshot->width = client->output->width;
|
||||
|
||||
return screenshot;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue