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/base/QXmppResultSet.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/base/QXmppResultSet.h') diff --git a/src/base/QXmppResultSet.h b/src/base/QXmppResultSet.h index 55cc3149..8506bdc7 100644 --- a/src/base/QXmppResultSet.h +++ b/src/base/QXmppResultSet.h @@ -43,10 +43,10 @@ public: void setIndex(int index); QString before() const; - void setBefore(const QString &before ); + void setBefore(const QString &before); QString after() const; - void setAfter(const QString &after ); + void setAfter(const QString &after); bool isNull() const; @@ -71,10 +71,10 @@ public: QXmppResultSetReply(); QString first() const; - void setFirst(const QString &first ); + void setFirst(const QString &first); QString last() const; - void setLast(const QString &last ); + void setLast(const QString &last); int count() const; void setCount(int count); @@ -96,4 +96,4 @@ private: QString m_last; }; -#endif // QXMPPRESULTSET_H +#endif // QXMPPRESULTSET_H -- cgit v1.2.3