tests: Apply coding style to unit tests
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user