about summary refs log tree commit diff stats
path: root/tests/unittests/helpers.h
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2021-08-26 08:23:48 +0200
committerGitHub <noreply@github.com>2021-08-26 08:23:48 +0200
commite4ada15f21c49ce17b99a81f940b32915d39e5fc (patch)
treed837e621693d62bf000a3e2bd26c85f33ee4c150 /tests/unittests/helpers.h
parent1d08d8ccf0aa0740cd7ccd7976a5af0ecf0b5fe8 (diff)
parenta1dc3d12370b90dd32b4ab263b75386d066a0312 (diff)
downloadprofani-tty-e4ada15f21c49ce17b99a81f940b32915d39e5fc.tar.gz
Merge pull request #1593 from a1346054/fixes
Minor cleanup
Diffstat (limited to 'tests/unittests/helpers.h')
-rw-r--r--tests/unittests/helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/helpers.h b/tests/unittests/helpers.h
index 6c00fb51..34a1d82e 100644
--- a/tests/unittests/helpers.h
+++ b/tests/unittests/helpers.h
@@ -9,4 +9,4 @@ void close_chat_sessions(void** state);
 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);
129' href='#n129'>129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164