aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppEntityTimeManager.h
diff options
context:
space:
mode:
author0xd34df00d <0xd34df00d@gmail.com>2019-12-22 19:46:13 -0500
committerLNJ <lnj@kaidan.im>2019-12-23 19:04:55 +0100
commite148045e90eb2ac12bb6ba426052606d5ac38c40 (patch)
tree3ceedcc9997d4c25ec8b14bafecd5faad8cb4ed1 /src/client/QXmppEntityTimeManager.h
parentee218192f6c25eba0c8f041ca2e53b7222881aa0 (diff)
downloadqxmpp-e148045e90eb2ac12bb6ba426052606d5ac38c40.tar.gz
Add a .clang-format somewhat close to the current style
Diffstat (limited to 'src/client/QXmppEntityTimeManager.h')
-rw-r--r--src/client/QXmppEntityTimeManager.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/client/QXmppEntityTimeManager.h b/src/client/QXmppEntityTimeManager.h
index 7f16cb17..6c0b4896 100644
--- a/src/client/QXmppEntityTimeManager.h
+++ b/src/client/QXmppEntityTimeManager.h
@@ -21,7 +21,6 @@
*
*/
-
#ifndef QXMPPENTITYTIMEMANAGER_H
#define QXMPPENTITYTIMEMANAGER_H
@@ -43,7 +42,7 @@ public:
/// \cond
QStringList discoveryFeatures() const override;
- bool handleStanza(const QDomElement &element) override;
+ bool handleStanza(const QDomElement& element) override;
/// \endcond
signals:
@@ -51,4 +50,4 @@ signals:
void timeReceived(const QXmppEntityTimeIq&);
};
-#endif // QXMPPENTITYTIMEMANAGER_H
+#endif // QXMPPENTITYTIMEMANAGER_H