Format new register code correctly

This commit is contained in:
Michael Vetter
2021-10-13 21:32:44 +02:00
parent aedef61c91
commit 46c8245af9
15 changed files with 36 additions and 45 deletions

View File

@@ -262,4 +262,3 @@ cl_ev_send_priv_msg(ProfPrivateWin* privwin, const char* const msg, const char*
jid_destroy(jidp);
}
}

View File

@@ -52,4 +52,3 @@ void cl_ev_send_muc_msg(ProfMucWin* mucwin, const char* const msg, const char* c
void cl_ev_send_priv_msg(ProfPrivateWin* privwin, const char* const msg, const char* const oob_url);
#endif