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 committed Jul 19, 2022
1 parent f1d33da commit 74ab97c
Showing 1 changed file with 1 addition and 3 deletions.
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 74ab97c

Please sign in to comment.