[gnome-applets/wip/segeiger/windowpicker: 1/2] windowpicker: clean up formatting
- From: Sebastian Geiger <segeiger src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-applets/wip/segeiger/windowpicker: 1/2] windowpicker: clean up formatting
- Date: Tue, 15 Oct 2019 18:16:04 +0000 (UTC)
commit 72a2725bde7149b082d90c778b4a15fa752abbb7
Author: Sebastian Geiger <sbastig gmx net>
Date: Sun Oct 13 17:17:57 2019 +0200
windowpicker: clean up formatting
windowpicker/src/task-item.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/windowpicker/src/task-item.c b/windowpicker/src/task-item.c
index f17334540..bd36a2481 100644
--- a/windowpicker/src/task-item.c
+++ b/windowpicker/src/task-item.c
@@ -677,13 +677,13 @@ static void on_drag_begin(GtkWidget *widget, GdkDragContext *context, gpointer u
g_object_set_data (G_OBJECT (item), "drag-true", GINT_TO_POINTER (1));
}
-static void on_drag_get_data(
- GtkWidget *widget,
- GdkDragContext *context,
- GtkSelectionData *selection_data,
- guint target_type,
- guint time,
- gpointer user_data)
+static void
+on_drag_get_data (GtkWidget *widget,
+ GdkDragContext *context,
+ GtkSelectionData *selection_data,
+ guint target_type,
+ guint time,
+ gpointer user_data)
{
switch(target_type) {
case TARGET_WIDGET_DRAGGED:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]