From 3319a57871efe46d607b00b2e5ae5ea563acc98d Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Sun, 22 Apr 2018 16:38:26 +0900 Subject: Code reformatting --- lib/room.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/room.cpp b/lib/room.cpp index 42d63574..128a4f48 100644 --- a/lib/room.cpp +++ b/lib/room.cpp @@ -302,7 +302,8 @@ QImage Room::avatar(int dimension) QImage Room::avatar(int width, int height) { if (!d->avatar.url().isEmpty()) - return d->avatar.get(connection(), width, height, [=] { emit avatarChanged(); }); + return d->avatar.get(connection(), width, height, + [=] { emit avatarChanged(); }); // Use the other side's avatar for 1:1's if (d->membersMap.size() == 2) -- cgit v1.2.3