Skip to content

Commit

Permalink
Fixing style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pgregorr-amazon committed Jun 2, 2024
1 parent 256a608 commit 008ea31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ CHIP_ERROR CastingPlayer::StopConnecting()
SuccessOrExit(err = SendUserDirectedCommissioningRequest());
#endif // CHIP_DEVICE_CONFIG_ENABLE_COMMISSIONER_DISCOVERY_CLIENT

// SendUserDirectedCommissioningRequest() sets SetUdcStatus(true) when sending a UDC message.
// SendUserDirectedCommissioningRequest() sets SetUdcStatus(true) when sending a UDC message.
support::ChipDeviceEventHandler::SetUdcStatus(false);
mConnectionState = CASTING_PLAYER_NOT_CONNECTED;
mCommissioningWindowTimeoutSec = kCommissioningWindowTimeoutSec;
Expand Down

0 comments on commit 008ea31

Please sign in to comment.