Switch to clang-format14

This commit is contained in:
Nicolas Werner 2022-09-25 20:05:08 +02:00
parent 951d0f4d23
commit 851333a50d
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
31 changed files with 77 additions and 40 deletions

View file

@ -661,7 +661,7 @@ DeviceVerificationFlow::startVerificationRequest()
req.hashes = {"sha256"};
req.message_authentication_codes = {"hkdf-hmac-sha256"};
req.short_authentication_string = {mtx::events::msg::SASMethods::Decimal,
mtx::events::msg::SASMethods::Emoji};
mtx::events::msg::SASMethods::Emoji};
if (this->type == DeviceVerificationFlow::Type::ToDevice) {
mtx::requests::ToDeviceMessages<mtx::events::msg::KeyVerificationStart> body;