summary refs log tree commit diff
path: root/src/encryption
diff options
context:
space:
mode:
Diffstat (limited to 'src/encryption')
-rw-r--r--src/encryption/DeviceVerificationFlow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/encryption/DeviceVerificationFlow.cpp b/src/encryption/DeviceVerificationFlow.cpp
index ea5a060d..2481d4f9 100644
--- a/src/encryption/DeviceVerificationFlow.cpp
+++ b/src/encryption/DeviceVerificationFlow.cpp
@@ -631,8 +631,8 @@ DeviceVerificationFlow::sendVerificationRequest()
         req.to      = this->toClient.to_string();
         req.msgtype = "m.key.verification.request";
         req.body    = "User is requesting to verify keys with you. However, your client does "
-                      "not support this method, so you will need to use the legacy method of "
-                      "key verification.";
+                   "not support this method, so you will need to use the legacy method of "
+                   "key verification.";
     }
 
     send(req);