aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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);