diff options
| author | 0xd34df00d <0xd34df00d@gmail.com> | 2019-12-22 19:46:13 -0500 |
|---|---|---|
| committer | LNJ <lnj@kaidan.im> | 2019-12-23 19:04:55 +0100 |
| commit | e148045e90eb2ac12bb6ba426052606d5ac38c40 (patch) | |
| tree | 3ceedcc9997d4c25ec8b14bafecd5faad8cb4ed1 /src/base/QXmppIq.h | |
| parent | ee218192f6c25eba0c8f041ca2e53b7222881aa0 (diff) | |
| download | qxmpp-e148045e90eb2ac12bb6ba426052606d5ac38c40.tar.gz | |
Add a .clang-format somewhat close to the current style
Diffstat (limited to 'src/base/QXmppIq.h')
| -rw-r--r-- | src/base/QXmppIq.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/base/QXmppIq.h b/src/base/QXmppIq.h index d0bcc56f..7921f980 100644 --- a/src/base/QXmppIq.h +++ b/src/base/QXmppIq.h @@ -21,7 +21,6 @@ * */ - #ifndef QXMPPIQ_H #define QXMPPIQ_H @@ -54,7 +53,7 @@ public: QXmppIq(const QXmppIq &other); ~QXmppIq() override; - QXmppIq& operator=(const QXmppIq &other); + QXmppIq &operator=(const QXmppIq &other); QXmppIq::Type type() const; void setType(QXmppIq::Type); @@ -74,4 +73,4 @@ private: QSharedDataPointer<QXmppIqPrivate> d; }; -#endif // QXMPPIQ_H +#endif // QXMPPIQ_H |
