From a104fc0525e2b3cfbef38d7bc9d99b76e0b3d185 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= Date: Wed, 6 Jan 2021 18:58:16 +0100 Subject: [PATCH] change formatting. --- internal/desktop/drop/drop.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/internal/desktop/drop/drop.h b/internal/desktop/drop/drop.h index 6b128f1c..da2a06e9 100644 --- a/internal/desktop/drop/drop.h +++ b/internal/desktop/drop/drop.h @@ -8,18 +8,18 @@ enum { }; static void drag_data_get( - GtkWidget *widget, - GdkDragContext *context, - GtkSelectionData *data, - guint target_type, - guint time, - gpointer user_data + GtkWidget *widget, + GdkDragContext *context, + GtkSelectionData *data, + guint target_type, + guint time, + gpointer user_data ); static void drag_end( - GtkWidget *widget, - GdkDragContext *context, - gpointer user_data + GtkWidget *widget, + GdkDragContext *context, + gpointer user_data ); void drag_window(char **uris);