about summary refs log tree commit diff stats
path: root/src/xmpp/blocking.h
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-07-07 09:43:28 +0200
committerMichael Vetter <jubalh@iodoru.org>2020-07-07 09:43:28 +0200
commit9b55f2dec0ea27a9ce4856e303425e12f866cea2 (patch)
tree87b723739c420cb7bb4ca7db20dc1d7fc2b3de05 /src/xmpp/blocking.h
parent66f9a6b7219391b2c8bee5967f5ef7e223fd5d23 (diff)
downloadprofani-tty-9b55f2dec0ea27a9ce4856e303425e12f866cea2.tar.gz
Apply coding style
Regards https://github.com/profanity-im/profanity/issues/1396
Diffstat (limited to 'src/xmpp/blocking.h')
-rw-r--r--src/xmpp/blocking.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/blocking.h b/src/xmpp/blocking.h
index ee4eecae..ff09f21b 100644
--- a/src/xmpp/blocking.h
+++ b/src/xmpp/blocking.h
@@ -37,6 +37,6 @@
 #define XMPP_BLOCKING_H
 
 void blocking_request(void);
-int blocked_set_handler(xmpp_stanza_t *stanza);
+int blocked_set_handler(xmpp_stanza_t* stanza);
 
 #endif