fixup: format

This commit is contained in:
dignifiedquire
2019-08-13 11:54:08 +02:00
parent 050da28e26
commit 48235999ae

View File

@@ -1237,8 +1237,7 @@ unsafe fn create_or_lookup_group(
set_better_msg(mime_parser, &better_msg); set_better_msg(mime_parser, &better_msg);
// check, if we have a chat with this group ID // check, if we have a chat with this group ID
chat_id = chat_id = dc_get_chat_id_by_grpid(context, grpid, &mut chat_id_blocked, &mut chat_id_verified);
dc_get_chat_id_by_grpid(context, grpid, &mut chat_id_blocked, &mut chat_id_verified);
if chat_id != 0 { if chat_id != 0 {
if 0 != chat_id_verified if 0 != chat_id_verified
&& 0 == check_verified_properties( && 0 == check_verified_properties(
@@ -1464,7 +1463,6 @@ unsafe fn create_or_lookup_group(
} }
} }
cleanup( cleanup(
grpid, grpid,
grpname, grpname,