From 45cba2778426601bdffbcfe6aa7310aee76a6e54 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Wed, 23 Mar 2022 11:31:04 +0100 Subject: Apply changes suggested by clang-format 11 --- src/buildtool/crypto/hash_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/buildtool/crypto/hash_impl.hpp') diff --git a/src/buildtool/crypto/hash_impl.hpp b/src/buildtool/crypto/hash_impl.hpp index aa5a9559..d37322bd 100644 --- a/src/buildtool/crypto/hash_impl.hpp +++ b/src/buildtool/crypto/hash_impl.hpp @@ -13,7 +13,7 @@ class IHashImpl { IHashImpl(IHashImpl const&) = default; IHashImpl(IHashImpl&&) = default; auto operator=(IHashImpl const&) -> IHashImpl& = default; - auto operator=(IHashImpl &&) -> IHashImpl& = default; + auto operator=(IHashImpl&&) -> IHashImpl& = default; virtual ~IHashImpl() = default; /// \brief Feed data to the incremental hashing. -- cgit v1.2.3