about summary refs log tree commit diff stats
path: root/tests/unittests/helpers.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/helpers.h
parent95015cec56fa56f2ef97227edf06de17c65000d9 (diff)
downloadprofani-tty-a2726b6a7d16f5f846a882fbbe9127e4604bb8bb.tar.gz
Apply coding style
Diffstat (limited to 'tests/unittests/helpers.h')
-rw-r--r--tests/unittests/helpers.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/unittests/helpers.h b/tests/unittests/helpers.h
index 75d446d0..6c00fb51 100644
--- a/tests/unittests/helpers.h
+++ b/tests/unittests/helpers.h
@@ -1,12 +1,12 @@
 #include "glib.h"
 
-void load_preferences(void **state);
-void close_preferences(void **state);
+void load_preferences(void** state);
+void close_preferences(void** state);
 
-void init_chat_sessions(void **state);
-void close_chat_sessions(void **state);
+void init_chat_sessions(void** state);
+void close_chat_sessions(void** state);
 
-int utf8_pos_to_col(char *str, int utf8_pos);
+int utf8_pos_to_col(char* str, int utf8_pos);
 
 void glist_set_cmp(GCompareFunc func);
-int glist_contents_equal(const void *actual, const void *expected);
\ No newline at end of file
+int glist_contents_equal(const void* actual, const void* expected);
\ No newline at end of file