mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 18:36:30 +03:00
cargo fmt
This commit is contained in:
committed by
holger krekel
parent
c713474d1f
commit
a29f06a730
@@ -2160,7 +2160,6 @@ pub unsafe fn dc_chat_is_verified(chat: *const Chat) -> libc::c_int {
|
||||
// TODO should return bool /rtn
|
||||
pub unsafe fn dc_chat_is_sending_locations(chat: *const Chat) -> libc::c_int {
|
||||
if chat.is_null() {
|
||||
|
||||
return 0i32;
|
||||
}
|
||||
(*chat).is_sending_locations
|
||||
|
||||
Reference in New Issue
Block a user