mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
wayland: Small code style fix-up
This commit is contained in:
parent
1a4c16659f
commit
277879c11b
@ -375,9 +375,7 @@ commit_double_buffered_state (MetaWaylandSurface *surface,
|
||||
return;
|
||||
}
|
||||
|
||||
g_list_foreach (surface->subsurfaces,
|
||||
parent_surface_committed,
|
||||
NULL);
|
||||
g_list_foreach (surface->subsurfaces, parent_surface_committed, NULL);
|
||||
|
||||
if (pending->buffer)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user