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 Thirsrin committed Apr 12, 2024
1 parent 9f09a2f commit 7279ba3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/platform/Linux/DiagnosticDataProviderImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,8 @@ CHIP_ERROR DiagnosticDataProviderImpl::GetWiFiOverrunCount(uint64_t & overrunCou

CHIP_ERROR DiagnosticDataProviderImpl::GetWiFiBeaconRxCount(uint32_t & beaconRxCount)
{
if(DeviceLayer::ConnectivityMgrImpl().IsWiFiManagementStarted()){
if (DeviceLayer::ConnectivityMgrImpl().IsWiFiManagementStarted())
{
beaconRxCount = mBeaconRxCount;
return CHIP_NO_ERROR;
}
Expand Down

0 comments on commit 7279ba3

Please sign in to comment.