ofono: fixup styling

Signed-off-by: Bardia Moshiri <bardia@furilabs.com>
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/742>
This commit is contained in:
Bardia Moshiri
2025-02-11 22:13:45 -05:00
committed by Marge Bot
parent 524235b86c
commit 523ec151d1
3 changed files with 44 additions and 52 deletions

View File

@@ -103,10 +103,9 @@ calls_ofono_call_answer (CallsCall *call)
data->self = g_object_ref (self);
data->finish_func = gdbo_voice_call_call_answer_finish;
gdbo_voice_call_call_answer
(self->voice_call, NULL,
(GAsyncReadyCallback) operation_cb,
data);
gdbo_voice_call_call_answer (self->voice_call, NULL,
(GAsyncReadyCallback) operation_cb,
data);
}
@@ -121,10 +120,9 @@ calls_ofono_call_hang_up (CallsCall *call)
data->self = g_object_ref (self);
data->finish_func = gdbo_voice_call_call_hangup_finish;
gdbo_voice_call_call_hangup
(self->voice_call, NULL,
(GAsyncReadyCallback) operation_cb,
data);
gdbo_voice_call_call_hangup (self->voice_call, NULL,
(GAsyncReadyCallback) operation_cb,
data);
}