From 3f197149a8a3a6e1ad207e24ad1467dc40be0e4d Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Wed, 24 Feb 2021 09:26:44 +0100 Subject: [PATCH] codestyle: remove whitespaces --- plugins/ofono/calls-ofono-origin.c | 6 +++--- plugins/ofono/calls-ofono-provider.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/ofono/calls-ofono-origin.c b/plugins/ofono/calls-ofono-origin.c index 8e3fb00..8e5bc6d 100644 --- a/plugins/ofono/calls-ofono-origin.c +++ b/plugins/ofono/calls-ofono-origin.c @@ -355,7 +355,7 @@ call_added_cb (GDBOVoiceCallManager *voice, g_debug ("Call `%s' addition in progress", path); } - + static void call_removed_cb (GDBOVoiceCallManager *voice, @@ -391,7 +391,7 @@ call_removed_cb (GDBOVoiceCallManager *voice, remove_call (self, ofono_call, reason->str); g_string_free (reason, TRUE); - + g_debug ("Removed call `%s'", path); } @@ -500,7 +500,7 @@ constructed (GObject *object) self); g_clear_object (&self->modem); - + G_OBJECT_CLASS (calls_ofono_origin_parent_class)->constructed (object); } diff --git a/plugins/ofono/calls-ofono-provider.c b/plugins/ofono/calls-ofono-provider.c index e78fd15..a5a5281 100644 --- a/plugins/ofono/calls-ofono-provider.c +++ b/plugins/ofono/calls-ofono-provider.c @@ -403,7 +403,7 @@ constructed (GObject *object) NULL, (GAsyncReadyCallback) get_modems_cb, self); - + G_OBJECT_CLASS (calls_ofono_provider_parent_class)->constructed (object); }