From 32fd3242e9bf1538f34de88f04572ab990a31154 Mon Sep 17 00:00:00 2001 From: jikstra Date: Mon, 29 Jul 2019 16:31:33 +0200 Subject: [PATCH] run cargo fmt --- src/dc_msg.rs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/dc_msg.rs b/src/dc_msg.rs index 49e8030ee..a3600e47b 100644 --- a/src/dc_msg.rs +++ b/src/dc_msg.rs @@ -817,12 +817,12 @@ pub unsafe fn dc_msg_get_summary<'a>( OK_TO_CONTINUE = false; } if OK_TO_CONTINUE == false { - if (*msg).from_id != 1 as libc::c_uint - && ((*chat).type_0 == 120 || (*chat).type_0 == 130) - { - contact = dc_get_contact((*chat).context, (*msg).from_id) - } - dc_lot_fill(ret, msg, chat, contact, (*msg).context); + if (*msg).from_id != 1 as libc::c_uint + && ((*chat).type_0 == 120 || (*chat).type_0 == 130) + { + contact = dc_get_contact((*chat).context, (*msg).from_id) + } + dc_lot_fill(ret, msg, chat, contact, (*msg).context); } } dc_contact_unref(contact);