tests: Apply coding style to unit tests
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
void does_not_send_receipt_request_to_barejid(void **state);
|
||||
void send_receipt_request(void **state);
|
||||
void send_receipt_on_request(void **state);
|
||||
void does_not_send_receipt_request_to_barejid(void** state);
|
||||
void send_receipt_request(void** state);
|
||||
void send_receipt_on_request(void** state);
|
||||
|
||||
Reference in New Issue
Block a user