about summary refs log tree commit diff stats
path: root/tests/unittests/test_server_events.h
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-07-07 14:18:57 +0200
committerMichael Vetter <jubalh@iodoru.org>2020-07-07 14:18:57 +0200
commita2726b6a7d16f5f846a882fbbe9127e4604bb8bb (patch)
treee6d101676dec96430eafa645ad2b7bd5391a4294 /tests/unittests/test_server_events.h
parent95015cec56fa56f2ef97227edf06de17c65000d9 (diff)
downloadprofani-tty-a2726b6a7d16f5f846a882fbbe9127e4604bb8bb.tar.gz
Apply coding style
Diffstat (limited to 'tests/unittests/test_server_events.h')
-rw-r--r--tests/unittests/test_server_events.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/tests/unittests/test_server_events.h b/tests/unittests/test_server_events.h
index 81a436f4..1cac6799 100644
--- a/tests/unittests/test_server_events.h
+++ b/tests/unittests/test_server_events.h
@@ -1,14 +1,14 @@
-void console_doesnt_show_online_presence_when_set_none(void **state);
-void console_shows_online_presence_when_set_online(void **state);
-void console_shows_online_presence_when_set_all(void **state);
-void console_doesnt_show_dnd_presence_when_set_none(void **state);
-void console_doesnt_show_dnd_presence_when_set_online(void **state);
-void console_shows_dnd_presence_when_set_all(void **state);
-void handle_message_error_when_no_recipient(void **state);
-void handle_message_error_when_recipient_cancel(void **state);
-void handle_message_error_when_recipient_cancel_disables_chat_session(void **state);
-void handle_message_error_when_recipient_and_no_type(void **state);
-void handle_presence_error_when_no_recipient(void **state);
-void handle_presence_error_when_from_recipient(void **state);
-void handle_offline_removes_chat_session(void **state);
-void lost_connection_clears_chat_sessions(void **state);
+void console_doesnt_show_online_presence_when_set_none(void** state);
+void console_shows_online_presence_when_set_online(void** state);
+void console_shows_online_presence_when_set_all(void** state);
+void console_doesnt_show_dnd_presence_when_set_none(void** state);
+void console_doesnt_show_dnd_presence_when_set_online(void** state);
+void console_shows_dnd_presence_when_set_all(void** state);
+void handle_message_error_when_no_recipient(void** state);
+void handle_message_error_when_recipient_cancel(void** state);
+void handle_message_error_when_recipient_cancel_disables_chat_session(void** state);
+void handle_message_error_when_recipient_and_no_type(void** state);
+void handle_presence_error_when_no_recipient(void** state);
+void handle_presence_error_when_from_recipient(void** state);
+void handle_offline_removes_chat_session(void** state);
+void lost_connection_clears_chat_sessions(void** state);