aboutsummaryrefslogtreecommitdiff
path: root/lib/room.cpp
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2021-02-15 18:10:34 +0100
committerTobias Fella <fella@posteo.de>2021-12-01 21:34:52 +0100
commit97f2d162618e7fb2473c184c77875ac9d5e8d1d5 (patch)
tree4d8227987acdeaac23e081e6c7ae258f0b37251c /lib/room.cpp
parente9527012622497b0c418df9442180df58401d394 (diff)
downloadlibquotient-97f2d162618e7fb2473c184c77875ac9d5e8d1d5.tar.gz
libquotient-97f2d162618e7fb2473c184c77875ac9d5e8d1d5.zip
Apply a few more comments
Diffstat (limited to 'lib/room.cpp')
-rw-r--r--lib/room.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/room.cpp b/lib/room.cpp
index a8a7fe0c..1a7a9911 100644
--- a/lib/room.cpp
+++ b/lib/room.cpp
@@ -66,8 +66,8 @@
#ifdef Quotient_E2EE_ENABLED
#include "crypto/qolmaccount.h"
-# include "crypto/qolmerrors.h"
-# include "crypto/qolminboundsession.h"
+#include "crypto/qolmerrors.h"
+#include "crypto/qolminboundsession.h"
#endif // Quotient_E2EE_ENABLED
using namespace Quotient;