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,5 +1,5 @@
void sends_new_item(void **state);
void sends_new_item_nick(void **state);
void sends_remove_item(void **state);
void sends_remove_item_nick(void **state);
void sends_nick_change(void **state);
void sends_new_item(void** state);
void sends_new_item_nick(void** state);
void sends_remove_item(void** state);
void sends_remove_item_nick(void** state);
void sends_nick_change(void** state);