From a2d22caf01c5860a6cffb8237bd117190a7ea08c Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Thu, 31 Oct 2024 22:16:22 +0000 Subject: [PATCH] Restyled by clang-format --- src/app/BufferedReadCallback.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/BufferedReadCallback.cpp b/src/app/BufferedReadCallback.cpp index 91e9739e4794c4..5d96438c1bdea8 100644 --- a/src/app/BufferedReadCallback.cpp +++ b/src/app/BufferedReadCallback.cpp @@ -232,9 +232,9 @@ void BufferedReadCallback::OnAttributeData(const ConcreteDataAttributePath & aPa if (mDataBufferingError != CHIP_NO_ERROR) { ChipLogError(DataManagement, - "Skipping AttributeData: (%u, " ChipLogFormatMEI ", " ChipLogFormatMEI ") '%" CHIP_ERROR_FORMAT "'", - aPath.mEndpointId, ChipLogValueMEI(aPath.mClusterId), - ChipLogValueMEI(aPath.mAttributeId), mDataBufferingError.Format()); + "Skipping AttributeData: (%u, " ChipLogFormatMEI ", " ChipLogFormatMEI ") '%" CHIP_ERROR_FORMAT "'", + aPath.mEndpointId, ChipLogValueMEI(aPath.mClusterId), ChipLogValueMEI(aPath.mAttributeId), + mDataBufferingError.Format()); return; } //