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 09:43:28 +0200
committerMichael Vetter <jubalh@iodoru.org>2020-07-07 09:43:28 +0200
commit9b55f2dec0ea27a9ce4856e303425e12f866cea2 (patch)
tree87b723739c420cb7bb4ca7db20dc1d7fc2b3de05 /tests/unittests/test_server_events.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_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);