mirror of
https://github.com/brl/mutter.git
synced 2025-08-06 16:44:40 +00:00
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:
@@ -125,7 +125,7 @@ data_offer_destroy (struct wl_client *client,
|
|||||||
|
|
||||||
static void
|
static void
|
||||||
data_offer_finish (struct wl_client *client,
|
data_offer_finish (struct wl_client *client,
|
||||||
struct wl_resource *resource)
|
struct wl_resource *resource)
|
||||||
{
|
{
|
||||||
MetaWaylandDataOffer *offer = wl_resource_get_user_data (resource);
|
MetaWaylandDataOffer *offer = wl_resource_get_user_data (resource);
|
||||||
enum wl_data_device_manager_dnd_action current_action;
|
enum wl_data_device_manager_dnd_action current_action;
|
||||||
|
Reference in New Issue
Block a user