Skip to content

Commit 79404f4

Browse files
committed
More comment update after self-review
1 parent 8dd5db7 commit 79404f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/CommandHandler.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -383,9 +383,9 @@ class CommandHandler
383383
* the corresponding `GetCommandId` call.
384384
*/
385385
void AddResponse(const ConcreteCommandPath & aRequestCommandPath, CommandId aResponseCommandId,
386-
DataModel::EncodableToTLV & encodable)
386+
DataModel::EncodableToTLV & aEncodable)
387387
{
388-
if (AddResponseData(aRequestCommandPath, aResponseCommandId, encodable) != CHIP_NO_ERROR)
388+
if (AddResponseData(aRequestCommandPath, aResponseCommandId, aEncodable) != CHIP_NO_ERROR)
389389
{
390390
AddStatus(aRequestCommandPath, Protocols::InteractionModel::Status::Failure);
391391
}

0 commit comments

Comments
 (0)