mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05: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:
parent
33b834c433
commit
b41def4749
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user