run cargo fmt

This commit is contained in:
jikstra
2019-07-29 16:31:33 +02:00
parent ff3f96df48
commit 32fd3242e9

View File

@@ -817,12 +817,12 @@ pub unsafe fn dc_msg_get_summary<'a>(
OK_TO_CONTINUE = false; OK_TO_CONTINUE = false;
} }
if OK_TO_CONTINUE == false { if OK_TO_CONTINUE == false {
if (*msg).from_id != 1 as libc::c_uint if (*msg).from_id != 1 as libc::c_uint
&& ((*chat).type_0 == 120 || (*chat).type_0 == 130) && ((*chat).type_0 == 120 || (*chat).type_0 == 130)
{ {
contact = dc_get_contact((*chat).context, (*msg).from_id) contact = dc_get_contact((*chat).context, (*msg).from_id)
} }
dc_lot_fill(ret, msg, chat, contact, (*msg).context); dc_lot_fill(ret, msg, chat, contact, (*msg).context);
} }
} }
dc_contact_unref(contact); dc_contact_unref(contact);