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 13:53:30 +0200
committerMichael Vetter <jubalh@iodoru.org>2020-07-07 13:53:30 +0200
commita4cadf78faabc157e5db00e42302d495bba432c0 (patch)
tree6ff212e24fe750b04b37ca66c418fe366c5e5fd4 /tests/unittests/test_server_events.h
parent28fde3cd0129202d586cb4c24877a3e3f55ca582 (diff)
downloadprofani-tty-a4cadf78faabc157e5db00e42302d495bba432c0.tar.gz
Revert "Apply coding style"
This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2.

Sorting the includes creates some problems.
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 1cac6799..81a436f4 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);