cargo fmt

This commit is contained in:
Simon Laux
2019-08-12 08:50:18 +02:00
committed by holger krekel
parent c713474d1f
commit a29f06a730
2 changed files with 2 additions and 7 deletions

View File

@@ -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