Skip to content

Commit b094a31

Browse files
restyled-commitstehampson
authored andcommitted
Restyled by clang-format
1 parent 7e5bbb3 commit b094a31

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/CommandSender.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -537,8 +537,7 @@ CHIP_ERROR CommandSender::FinishCommand(FinishCommandParameters & aFinishCommand
537537
return FinishCommandInternal(aFinishCommandParams);
538538
}
539539

540-
CHIP_ERROR CommandSender::AddRequestData(const CommandPathParams & aCommandPath,
541-
const DataModel::EncodableToTLV & aEncodable,
540+
CHIP_ERROR CommandSender::AddRequestData(const CommandPathParams & aCommandPath, const DataModel::EncodableToTLV & aEncodable,
542541
AddRequestDataParameters & aAddRequestDataParams)
543542
{
544543
PrepareCommandParameters prepareCommandParams(aAddRequestDataParams);

0 commit comments

Comments
 (0)