tests: Apply coding style to unit tests

This commit is contained in:
Michael Vetter
2026-02-28 13:46:23 +01:00
parent 174848499d
commit 80e36bd1e2
35 changed files with 735 additions and 827 deletions

View File

@@ -1,15 +1,15 @@
void presence_away(void **state);
void presence_away_with_message(void **state);
void presence_online(void **state);
void presence_online_with_message(void **state);
void presence_xa(void **state);
void presence_xa_with_message(void **state);
void presence_dnd(void **state);
void presence_dnd_with_message(void **state);
void presence_chat(void **state);
void presence_chat_with_message(void **state);
void presence_set_priority(void **state);
void presence_includes_priority(void **state);
void presence_keeps_status(void **state);
void presence_received(void **state);
void presence_missing_resource_defaults(void **state);
void presence_away(void** state);
void presence_away_with_message(void** state);
void presence_online(void** state);
void presence_online_with_message(void** state);
void presence_xa(void** state);
void presence_xa_with_message(void** state);
void presence_dnd(void** state);
void presence_dnd_with_message(void** state);
void presence_chat(void** state);
void presence_chat_with_message(void** state);
void presence_set_priority(void** state);
void presence_includes_priority(void** state);
void presence_keeps_status(void** state);
void presence_received(void** state);
void presence_missing_resource_defaults(void** state);