From 673164803f35c96bae22c9838f63259ebf9291b8 Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Mon, 16 Jan 2023 09:12:35 +0100 Subject: [PATCH] new-call-box: Uncrustify --- src/calls-new-call-box.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/calls-new-call-box.c b/src/calls-new-call-box.c index 8fb2468..c3c9eb0 100644 --- a/src/calls-new-call-box.c +++ b/src/calls-new-call-box.c @@ -44,18 +44,18 @@ enum { static GParamSpec *props[PROP_LAST_PROP]; struct _CallsNewCallBox { - GtkBox parent_instance; + GtkBox parent_instance; - GtkListBox *origin_list_box; - HdyComboRow *origin_list; - CuiDialpad *dialpad; - GtkEntry *address_entry; - HdyActionRow *result; - GtkButton *dial_result; + GtkListBox *origin_list_box; + HdyComboRow *origin_list; + CuiDialpad *dialpad; + GtkEntry *address_entry; + HdyActionRow *result; + GtkButton *dial_result; - GList *dial_queue; + GList *dial_queue; - gboolean numeric_input_only; + gboolean numeric_input_only; }; G_DEFINE_TYPE (CallsNewCallBox, calls_new_call_box, GTK_TYPE_BOX);