From bc8ceebef7530b767e9e454f3c5cd6e1749675bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Mon, 25 Oct 2021 16:49:23 +0200 Subject: Add clang-format configuration, clean up --- liblogdiag/ld-category-symbol-view.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'liblogdiag/ld-category-symbol-view.c') diff --git a/liblogdiag/ld-category-symbol-view.c b/liblogdiag/ld-category-symbol-view.c index ca8e4f2..f070a0f 100644 --- a/liblogdiag/ld-category-symbol-view.c +++ b/liblogdiag/ld-category-symbol-view.c @@ -456,9 +456,9 @@ on_leave_notify (GtkWidget *widget, GdkEventCrossing *event, gpointer user_data) } static void -on_drag_data_get -(GtkWidget *widget, GdkDragContext *ctx, GtkSelectionData *selection_data, - guint target_type, guint time, gpointer user_data) +on_drag_data_get (GtkWidget *widget, GdkDragContext *ctx, + GtkSelectionData *selection_data, guint target_type, guint time, + gpointer user_data) { LdCategorySymbolView *self; -- cgit v1.2.3