wayland/data-offer: Fix indentation in data_offer_finish()

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2043>
This commit is contained in:
Robert Mader 2021-10-06 20:22:52 +02:00 committed by Marge Bot
parent 33b834c433
commit b41def4749

View File

@ -125,7 +125,7 @@ data_offer_destroy (struct wl_client *client,
static void
data_offer_finish (struct wl_client *client,
struct wl_resource *resource)
struct wl_resource *resource)
{
MetaWaylandDataOffer *offer = wl_resource_get_user_data (resource);
enum wl_data_device_manager_dnd_action current_action;