mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-21 09:26:21 +00:00
tests: Apply coding style to unit tests
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
void ping_server(void **state);
|
||||
void ping_server_not_supported(void **state);
|
||||
void ping_responds_to_server_request(void **state);
|
||||
void ping_jid(void **state);
|
||||
void ping_jid_not_supported(void **state);
|
||||
void ping_server(void** state);
|
||||
void ping_server_not_supported(void** state);
|
||||
void ping_responds_to_server_request(void** state);
|
||||
void ping_jid(void** state);
|
||||
void ping_jid_not_supported(void** state);
|
||||
|
||||
Reference in New Issue
Block a user