1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2025-01-06 03:25:31 +00:00

codestyle: remove whitespaces

This commit is contained in:
Evangelos Ribeiro Tzaras 2021-02-24 09:26:44 +01:00
parent 97c2dde0eb
commit 3f197149a8
2 changed files with 4 additions and 4 deletions

View file

@ -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);
}

View file

@ -403,7 +403,7 @@ constructed (GObject *object)
NULL,
(GAsyncReadyCallback) get_modems_cb,
self);
G_OBJECT_CLASS (calls_ofono_provider_parent_class)->constructed (object);
}