mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-30 16:26:22 +00:00
Revert "Apply coding style"
This reverts commit 9b55f2dec0.
Sorting the includes creates some problems.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
void muc_before_test(void** state);
|
||||
void muc_after_test(void** state);
|
||||
void muc_before_test(void **state);
|
||||
void muc_after_test(void **state);
|
||||
|
||||
void test_muc_invites_add(void** state);
|
||||
void test_muc_remove_invite(void** state);
|
||||
void test_muc_invites_count_0(void** state);
|
||||
void test_muc_invites_count_5(void** state);
|
||||
void test_muc_room_is_not_active(void** state);
|
||||
void test_muc_active(void** state);
|
||||
void test_muc_invites_add(void **state);
|
||||
void test_muc_remove_invite(void **state);
|
||||
void test_muc_invites_count_0(void **state);
|
||||
void test_muc_invites_count_5(void **state);
|
||||
void test_muc_room_is_not_active(void **state);
|
||||
void test_muc_active(void **state);
|
||||
|
||||
Reference in New Issue
Block a user