From b2e6441124ee2aed06a37ab105acdf179752f590 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Tue, 5 Dec 2023 07:44:25 +0000 Subject: [PATCH] Restyled by clang-format --- src/app/icd/client/ICDClientInfo.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/icd/client/ICDClientInfo.h b/src/app/icd/client/ICDClientInfo.h index 7548d4944707ea..08ad26712f87b0 100644 --- a/src/app/icd/client/ICDClientInfo.h +++ b/src/app/icd/client/ICDClientInfo.h @@ -59,7 +59,8 @@ struct ICDClientInfo } has_instruction = other.has_instruction; ByteSpan buf(other.shared_key.As()); - memcpy(shared_key.AsMutable(), buf.data(), sizeof(Crypto::Symmetric128BitsKeyByteArray)); + memcpy(shared_key.AsMutable(), buf.data(), + sizeof(Crypto::Symmetric128BitsKeyByteArray)); return *this; } };