aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-07-27 00:37:33 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-07-27 00:37:53 +0200
commit939cf166dd43a3cebd17b1a29b52cdc300f8f7e9 (patch)
treebb4509d86468cc618ee29ab20706c9d9cedcb06a
parentc43ab6d3308c09b73243d837889bb0c3489bd3fb (diff)
broadband-modem-qmi: remove trailing whitespaces
-rw-r--r--src/mm-broadband-modem-qmi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mm-broadband-modem-qmi.c b/src/mm-broadband-modem-qmi.c
index 502910e1..f8c81be2 100644
--- a/src/mm-broadband-modem-qmi.c
+++ b/src/mm-broadband-modem-qmi.c
@@ -8799,14 +8799,14 @@ all_call_status_indication_cb (QmiClientVoice *client,
i);
for (j = 0; j < qmi_remote_party_number_list->len; j++) {
QmiIndicationVoiceAllCallStatusOutputRemotePartyNumberCall qmi_remote_party_number;
-
+
qmi_remote_party_number = g_array_index (qmi_remote_party_number_list,
QmiIndicationVoiceAllCallStatusOutputRemotePartyNumberCall,
j);
if (qmi_call_information.id == qmi_remote_party_number.id) {
MMCallInfo *call_info;
- call_info = g_slice_new0 (MMCallInfo);
+ call_info = g_slice_new0 (MMCallInfo);
call_info->index = qmi_call_information.id;
call_info->number = g_strdup (qmi_remote_party_number.type);