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 May 15, 2024
1 parent e6006a8 commit efcab14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chef/common/chef-rvc-mode-delegate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ chip::Protocols::InteractionModel::Status chefRvcCleanModeReadCallback(chip::End
{
uint8_t m = gRvcCleanModeInstance->GetCurrentMode();
memcpy(buffer, &m, sizeof(m));

return chip::Protocols::InteractionModel::Status::Success;
}

Expand Down

0 comments on commit efcab14

Please sign in to comment.