wayland: Remove a couple of stray newlines

https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1295

(cherry picked from commit be59b514ca)
This commit is contained in:
Jonas Ådahl 2020-06-08 09:13:17 +02:00 committed by Robert Mader
parent b8bd39793a
commit a83d83f087
2 changed files with 0 additions and 2 deletions

View File

@ -734,7 +734,6 @@ meta_wayland_zxdg_toplevel_v6_apply_state (MetaWaylandSurfaceRole *surface_role
wl_resource_post_error (surface->resource,
ZXDG_SHELL_V6_ERROR_INVALID_SURFACE_STATE,
"Invalid min/max size");
}
}
}

View File

@ -821,7 +821,6 @@ meta_wayland_xdg_toplevel_apply_state (MetaWaylandSurfaceRole *surface_role,
wl_resource_post_error (surface->resource,
XDG_WM_BASE_ERROR_INVALID_SURFACE_STATE,
"Invalid min/max size");
}
}
}