Skip to content

Commit

Permalink
Restyled by whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and stingchang committed Oct 25, 2024
1 parent 91cb2a7 commit 06ce3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chef/common/chef-laundry-washer-mode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ chip::Protocols::InteractionModel::Status chefLaundryWasherModeWriteCallback(chi
const EmberAfAttributeMetadata * attributeMetadata,
uint8_t * buffer)
{
VerifyOrReturnError(endpointId == 1 || gLaundryWasherModeInstance != nullptr,
VerifyOrReturnError(endpointId == 1 || gLaundryWasherModeInstance != nullptr,
chip::Protocols::InteractionModel::Status::Failure);

chip::Protocols::InteractionModel::Status ret;
Expand Down

0 comments on commit 06ce3db

Please sign in to comment.