about summary refs log tree commit diff stats
path: root/src/xmpp/ox.h
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-07-07 13:53:30 +0200
committerMichael Vetter <jubalh@iodoru.org>2020-07-07 13:53:30 +0200
commita4cadf78faabc157e5db00e42302d495bba432c0 (patch)
tree6ff212e24fe750b04b37ca66c418fe366c5e5fd4 /src/xmpp/ox.h
parent28fde3cd0129202d586cb4c24877a3e3f55ca582 (diff)
downloadprofani-tty-a4cadf78faabc157e5db00e42302d495bba432c0.tar.gz
Revert "Apply coding style"
This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2.

Sorting the includes creates some problems.
Diffstat (limited to 'src/xmpp/ox.h')
-rw-r--r--src/xmpp/ox.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xmpp/ox.h b/src/xmpp/ox.h
index 51435bb5..8d959eb1 100644
--- a/src/xmpp/ox.h
+++ b/src/xmpp/ox.h
@@ -43,6 +43,7 @@
  * https://xmpp.org/extensions/xep-0373.html
  */
 
+
 /*!
  * \brief Announcing OpenPGP public key from file to PEP.
  *
@@ -56,3 +57,5 @@
  */
 
 gboolean ox_announce_public_key(const char* const filename);
+
+