aboutsummaryrefslogtreecommitdiff
path: root/lib/e2ee.h
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2019-08-02 19:59:40 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2019-08-02 19:59:40 +0900
commitc05ade838f0fce81f2bbe80a3295618a8a26ff52 (patch)
tree763340439a0f4034e9c829d76cb1ffe9766b83c5 /lib/e2ee.h
parent1a1ea8fc87e827fa44c80ff30277e3bee62f4ebb (diff)
downloadlibquotient-c05ade838f0fce81f2bbe80a3295618a8a26ff52.tar.gz
libquotient-c05ade838f0fce81f2bbe80a3295618a8a26ff52.zip
Apply the new brace wrapping to source files
Diffstat (limited to 'lib/e2ee.h')
-rw-r--r--lib/e2ee.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/e2ee.h b/lib/e2ee.h
index d3329def..c85211be 100644
--- a/lib/e2ee.h
+++ b/lib/e2ee.h
@@ -4,8 +4,7 @@
#include <QtCore/QStringList>
-namespace QMatrixClient
-{
+namespace QMatrixClient {
static const auto CiphertextKeyL = "ciphertext"_ls;
static const auto SenderKeyKeyL = "sender_key"_ls;
static const auto DeviceIdKeyL = "device_id"_ls;