about summary refs log tree commit diff stats
path: root/tests/unittests/test_roster_list.h
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-07-07 09:43:28 +0200
committerMichael Vetter <jubalh@iodoru.org>2020-07-07 09:43:28 +0200
commit9b55f2dec0ea27a9ce4856e303425e12f866cea2 (patch)
tree87b723739c420cb7bb4ca7db20dc1d7fc2b3de05 /tests/unittests/test_roster_list.h
parent66f9a6b7219391b2c8bee5967f5ef7e223fd5d23 (diff)
downloadprofani-tty-9b55f2dec0ea27a9ce4856e303425e12f866cea2.tar.gz
Apply coding style
Regards https://github.com/profanity-im/profanity/issues/1396
Diffstat (limited to 'tests/unittests/test_roster_list.h')
-rw-r--r--tests/unittests/test_roster_list.h64
1 files changed, 32 insertions, 32 deletions
diff --git a/tests/unittests/test_roster_list.h b/tests/unittests/test_roster_list.h
index 464ecd55..b9874fec 100644
--- a/tests/unittests/test_roster_list.h
+++ b/tests/unittests/test_roster_list.h
@@ -1,32 +1,32 @@
-void empty_list_when_none_added(void **state);
-void contains_one_element(void **state);
-void first_element_correct(void **state);
-void contains_two_elements(void **state);
-void first_and_second_elements_correct(void **state);
-void contains_three_elements(void **state);
-void first_three_elements_correct(void **state);
-void add_twice_at_beginning_adds_once(void **state);
-void add_twice_in_middle_adds_once(void **state);
-void add_twice_at_end_adds_once(void **state);
-void find_first_exists(void **state);
-void find_second_exists(void **state);
-void find_third_exists(void **state);
-void find_returns_null(void **state);
-void find_on_empty_returns_null(void **state);
-void find_twice_returns_second_when_two_match(void **state);
-void find_five_times_finds_fifth(void **state);
-void find_twice_returns_first_when_two_match_and_reset(void **state);
-void add_contact_with_no_group(void **state);
-void add_contact_with_group(void **state);
-void add_contact_with_two_groups(void **state);
-void add_contact_with_three_groups(void **state);
-void add_contact_with_three_groups_update_adding_two(void **state);
-void add_contact_with_three_groups_update_removing_one(void **state);
-void add_contact_with_three_groups_update_removing_two(void **state);
-void add_contact_with_three_groups_update_removing_three(void **state);
-void add_contact_with_three_groups_update_two_new(void **state);
-void add_remove_contact_groups(void **state);
-void add_contacts_with_different_groups(void **state);
-void add_contacts_with_same_groups(void **state);
-void add_contacts_with_overlapping_groups(void **state);
-void remove_contact_with_remaining_in_group(void **state);
+void empty_list_when_none_added(void** state);
+void contains_one_element(void** state);
+void first_element_correct(void** state);
+void contains_two_elements(void** state);
+void first_and_second_elements_correct(void** state);
+void contains_three_elements(void** state);
+void first_three_elements_correct(void** state);
+void add_twice_at_beginning_adds_once(void** state);
+void add_twice_in_middle_adds_once(void** state);
+void add_twice_at_end_adds_once(void** state);
+void find_first_exists(void** state);
+void find_second_exists(void** state);
+void find_third_exists(void** state);
+void find_returns_null(void** state);
+void find_on_empty_returns_null(void** state);
+void find_twice_returns_second_when_two_match(void** state);
+void find_five_times_finds_fifth(void** state);
+void find_twice_returns_first_when_two_match_and_reset(void** state);
+void add_contact_with_no_group(void** state);
+void add_contact_with_group(void** state);
+void add_contact_with_two_groups(void** state);
+void add_contact_with_three_groups(void** state);
+void add_contact_with_three_groups_update_adding_two(void** state);
+void add_contact_with_three_groups_update_removing_one(void** state);
+void add_contact_with_three_groups_update_removing_two(void** state);
+void add_contact_with_three_groups_update_removing_three(void** state);
+void add_contact_with_three_groups_update_two_new(void** state);
+void add_remove_contact_groups(void** state);
+void add_contacts_with_different_groups(void** state);
+void add_contacts_with_same_groups(void** state);
+void add_contacts_with_overlapping_groups(void** state);
+void remove_contact_with_remaining_in_group(void** state);