Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and yunhanw-google committed Oct 31, 2024
1 parent d61033c commit a2d22ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/BufferedReadCallback.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
//
Expand Down

0 comments on commit a2d22ca

Please sign in to comment.