diff options
author | Dylan Van Assche <me@dylanvanassche.be> | 2022-07-15 16:04:25 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2022-07-16 13:33:29 +0000 |
commit | ea3f5ccad85d376c08d57843b533d0bd85ade2f5 (patch) | |
tree | 509376158baf7701a25193dca140ce507474b130 /src | |
parent | 3e61d074196656eb76f9c67118d8121cf50775b1 (diff) |
mm-call-qmi: drop unnecessary white space
Diffstat (limited to 'src')
-rw-r--r-- | src/mm-call-qmi.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mm-call-qmi.c b/src/mm-call-qmi.c index 3ea887a3..38a2aa9e 100644 --- a/src/mm-call-qmi.c +++ b/src/mm-call-qmi.c @@ -104,7 +104,7 @@ voice_dial_call_ready (QmiClientVoice *client, QmiMessageVoiceDialCallOutput *output; GError *error = NULL; MMBaseCall *self; - + self = MM_BASE_CALL (g_task_get_source_object (task)); output = qmi_client_voice_dial_call_finish (client, res, &error); @@ -128,7 +128,7 @@ voice_dial_call_ready (QmiClientVoice *client, g_task_return_boolean (task, TRUE); } } - + if (output) qmi_message_voice_dial_call_output_unref (output); @@ -198,7 +198,7 @@ voice_answer_call_ready (QmiClientVoice *client, } else { g_task_return_boolean (task, TRUE); } - + if (output) qmi_message_voice_answer_call_output_unref (output); @@ -278,7 +278,7 @@ voice_end_call_ready (QmiClientVoice *client, } else { g_task_return_boolean (task, TRUE); } - + if (output) qmi_message_voice_end_call_output_unref (output); |