about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2021-10-13 21:32:44 +0200
committerMichael Vetter <jubalh@iodoru.org>2021-10-13 21:32:44 +0200
commit46c8245af96846c046ce21171f956fc2fa40cab9 (patch)
tree3c121723856c92c89fb79e0105c477faf6bd40ae /tests
parentaedef61c914a9837a2bc4819be2a8f0f4f8d96bc (diff)
downloadprofani-tty-46c8245af96846c046ce21171f956fc2fa40cab9.tar.gz
Format new register code correctly
Diffstat (limited to 'tests')
-rw-r--r--tests/unittests/xmpp/stub_xmpp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/xmpp/stub_xmpp.c b/tests/unittests/xmpp/stub_xmpp.c
index 393fe262..847ce82a 100644
--- a/tests/unittests/xmpp/stub_xmpp.c
+++ b/tests/unittests/xmpp/stub_xmpp.c
@@ -146,7 +146,7 @@ connection_get_profanity_identifier(void)
 
 jabber_conn_status_t
 connection_register(const char* const altdomain, int port, const char* const tls_policy,
-                   const char* const username, const char* const password)
+                    const char* const username, const char* const password)
 {
     check_expected(altdomain);
     check_expected(port);