From e148045e90eb2ac12bb6ba426052606d5ac38c40 Mon Sep 17 00:00:00 2001 From: 0xd34df00d <0xd34df00d@gmail.com> Date: Sun, 22 Dec 2019 19:46:13 -0500 Subject: Add a .clang-format somewhat close to the current style --- src/client/QXmppEntityTimeManager.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/client/QXmppEntityTimeManager.h') 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 -- cgit v1.2.3