From d3f1f39dafc87ce5b4654ac2a9b21df53dad1a4b Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Sat, 21 Jul 2018 20:06:29 +0900 Subject: csapi: Fix indentaton of data structures inside job classes --- lib/csapi/rooms.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/csapi/rooms.h') diff --git a/lib/csapi/rooms.h b/lib/csapi/rooms.h index 5b09f43f..8d508e94 100644 --- a/lib/csapi/rooms.h +++ b/lib/csapi/rooms.h @@ -221,9 +221,9 @@ namespace QMatrixClient /// This API returns a map of MXIDs to member info objects for members of the room. The current user must be in the room for it to work, unless it is an Application Service in which case any of the AS's users must be in the room. This API is primarily for Application Services and should be faster to respond than ``/members`` as it can be implemented more efficiently on the server. struct RoomMember { - /// The display name of the user this object is representing. + /// The display name of the user this object is representing. QString displayName; - /// The mxc avatar url of the user this object is representing. + /// The mxc avatar url of the user this object is representing. QString avatarUrl; }; -- cgit v1.2.3