From 3bad869c1cf9281a27dbcbeebcc05edd41c46dff Mon Sep 17 00:00:00 2001 From: Roman Plášil Date: Wed, 7 Jun 2017 16:26:49 +0800 Subject: Adjust whitespace --- room.cpp | 6 +++--- user.h | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/room.cpp b/room.cpp index 49517ab9..24745b9b 100644 --- a/room.cpp +++ b/room.cpp @@ -371,13 +371,13 @@ QList< User* > Room::users() const } QStringList Room::memberNames() const { - QStringList res; + QStringList res; - for (auto u : d->membersMap.values()) { + for (auto u : d->membersMap.values()) { res.append( this->roomMembername(u) ); } - return res; + return res; } void Room::Private::insertMemberIntoMap(User *u) diff --git a/user.h b/user.h index c747bfbf..ff81305b 100644 --- a/user.h +++ b/user.h @@ -47,10 +47,10 @@ namespace QMatrixClient */ Q_INVOKABLE QString displayname() const; - /** - * Returns the name of bridge the user is connected from or empty. - */ - Q_INVOKABLE QString bridged() const; + /** + * Returns the name of bridge the user is connected from or empty. + */ + Q_INVOKABLE QString bridged() const; QPixmap avatar(int requestedWidth, int requestedHeight); QPixmap croppedAvatar(int requestedWidth, int requestedHeight); -- cgit v1.2.3