Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and U-INFINEON\wheelerkeith committed Jul 20, 2022
1 parent 268b2cd commit 367e299
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions examples/lock-app/p6/src/LockManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,8 @@ const char * LockManager::lockStateToString(DlLockState lockState) const
return "Locked";
case DlLockState::kUnlocked:
return "Unlocked";
case DlLockState::kUnknownEnumValue:
break;
}

return "Unknown";
Expand Down
4 changes: 1 addition & 3 deletions examples/lock-app/p6/src/ZclCallbacks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ void MatterPostAttributeChangeCallback(const chip::app::ConcreteAttributePath &
* @param endpoint Ver.: always
*
*/
void emberAfOnOffClusterInitCallback(EndpointId endpoint)
{
}
void emberAfOnOffClusterInitCallback(EndpointId endpoint) {}

bool emberAfPluginDoorLockOnDoorLockCommand(chip::EndpointId endpointId, const Optional<ByteSpan> & pinCode, DlOperationError & err)
{
Expand Down

0 comments on commit 367e299

Please sign in to comment.