mirror of
https://github.com/chatmail/core.git
synced 2026-05-25 01:36:31 +03:00
run cargo fmt
This commit is contained in:
@@ -907,8 +907,7 @@ unsafe fn decrypt_part(
|
||||
}
|
||||
if ok_to_continue {
|
||||
/* encrypted, decoded data in decoded_data now ... */
|
||||
if !(0 == has_decrypted_pgp_armor(decoded_data, decoded_data_bytes as libc::c_int))
|
||||
{
|
||||
if !(0 == has_decrypted_pgp_armor(decoded_data, decoded_data_bytes as libc::c_int)) {
|
||||
let add_signatures = if ret_valid_signatures.is_empty() {
|
||||
Some(ret_valid_signatures)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user