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 interfer committed Nov 1, 2023
1 parent 1e2204a commit 2e3bde6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/platform/telink/BLEManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ CHIP_ERROR BLEManagerImpl::_Init(void)

void BLEManagerImpl::_Shutdown()
{
if (mBLERadioInitialized) {
if (mBLERadioInitialized)
{
bt_disable();
mBLERadioInitialized = false;
}
Expand Down

0 comments on commit 2e3bde6

Please sign in to comment.