Remove empty line

Found by chance by Nurupo when browsing the file
This commit is contained in:
LittleVulpix 2017-02-27 22:14:30 +01:00 committed by GitHub
parent 1387c8f150
commit d4ca2941c5

View File

@ -755,7 +755,6 @@ uint64_t m_get_last_online(const Messenger *m, int32_t friendnumber)
} }
int m_set_usertyping(Messenger *m, int32_t friendnumber, uint8_t is_typing) int m_set_usertyping(Messenger *m, int32_t friendnumber, uint8_t is_typing)
{ {
if (is_typing != 0 && is_typing != 1) { if (is_typing != 0 && is_typing != 1) {
return -1; return -1;