From c914a0339bb8f32890b1fcf74af18fbbc2539799 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Mon, 22 Jul 2019 17:19:56 +0200 Subject: [PATCH] remove indentation --- src/dc_qr.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/dc_qr.rs b/src/dc_qr.rs index ba5e62538..93e071bfa 100644 --- a/src/dc_qr.rs +++ b/src/dc_qr.rs @@ -206,7 +206,7 @@ pub unsafe fn dc_check_qr(context: &Context, qr: *const libc::c_char) -> *mut dc } } } - { + if OK_TO_CONTINUE { if !fingerprint.is_null() { if strlen(fingerprint) != 40 { @@ -219,7 +219,7 @@ pub unsafe fn dc_check_qr(context: &Context, qr: *const libc::c_char) -> *mut dc } } } - { + if OK_TO_CONTINUE { if !fingerprint.is_null() { let peerstate = @@ -298,8 +298,8 @@ pub unsafe fn dc_check_qr(context: &Context, qr: *const libc::c_char) -> *mut dc dc_add_device_msg(context, chat_id, device_msg); } } - } - } + + } free(addr as *mut libc::c_void); free(fingerprint as *mut libc::c_void);