From b094a317828889b340d4f1af89e7e6635f5d7823 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Mon, 10 Jun 2024 12:32:23 +0000 Subject: [PATCH] Restyled by clang-format --- src/app/CommandSender.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/CommandSender.cpp b/src/app/CommandSender.cpp index 8182bedeba09b8..fe263eb8923cc7 100644 --- a/src/app/CommandSender.cpp +++ b/src/app/CommandSender.cpp @@ -537,8 +537,7 @@ CHIP_ERROR CommandSender::FinishCommand(FinishCommandParameters & aFinishCommand return FinishCommandInternal(aFinishCommandParams); } -CHIP_ERROR CommandSender::AddRequestData(const CommandPathParams & aCommandPath, - const DataModel::EncodableToTLV & aEncodable, +CHIP_ERROR CommandSender::AddRequestData(const CommandPathParams & aCommandPath, const DataModel::EncodableToTLV & aEncodable, AddRequestDataParameters & aAddRequestDataParams) { PrepareCommandParameters prepareCommandParams(aAddRequestDataParams);