From 98bfe936e25c462df8e3650a436d9db31b237cd9 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Fri, 17 Feb 2023 17:36:08 +0100 Subject: Run clang-format --- src/client/QXmppFileSharingManager.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/client/QXmppFileSharingManager.cpp') diff --git a/src/client/QXmppFileSharingManager.cpp b/src/client/QXmppFileSharingManager.cpp index f86a1a19..c8964c63 100644 --- a/src/client/QXmppFileSharingManager.cpp +++ b/src/client/QXmppFileSharingManager.cpp @@ -36,12 +36,13 @@ using MetadataGeneratorResult = QXmppFileSharingManager::MetadataGeneratorResult // The manager generates a hash with each hash algorithm static std::vector hashAlgorithms() { - return { + return + { HashAlgorithm::Sha256, #if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0) - HashAlgorithm::Blake2b_256, + HashAlgorithm::Blake2b_256, #else - HashAlgorithm::Sha3_256, + HashAlgorithm::Sha3_256, #endif }; } -- cgit v1.2.3