about summary refs log tree commit diff stats
path: root/tests/unittests/omemo/stub_omemo.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unittests/omemo/stub_omemo.c')
-rw-r--r--tests/unittests/omemo/stub_omemo.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/unittests/omemo/stub_omemo.c b/tests/unittests/omemo/stub_omemo.c
index 127787ec..f7c60190 100644
--- a/tests/unittests/omemo/stub_omemo.c
+++ b/tests/unittests/omemo/stub_omemo.c
@@ -116,6 +116,7 @@ omemo_encrypt_file(FILE* in, FILE* out, off_t file_size, int* gcry_res)
 void omemo_free(void* a){};
 
 uint32_t
-omemo_device_id() {
-	return 123;
+omemo_device_id()
+{
+    return 123;
 }