Skip to content

Commit 7279ba3

Browse files
restyled-commitsThirsrin
authored andcommitted
Restyled by clang-format
1 parent 9f09a2f commit 7279ba3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/platform/Linux/DiagnosticDataProviderImpl.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,8 @@ CHIP_ERROR DiagnosticDataProviderImpl::GetWiFiOverrunCount(uint64_t & overrunCou
761761

762762
CHIP_ERROR DiagnosticDataProviderImpl::GetWiFiBeaconRxCount(uint32_t & beaconRxCount)
763763
{
764-
if(DeviceLayer::ConnectivityMgrImpl().IsWiFiManagementStarted()){
764+
if (DeviceLayer::ConnectivityMgrImpl().IsWiFiManagementStarted())
765+
{
765766
beaconRxCount = mBeaconRxCount;
766767
return CHIP_NO_ERROR;
767768
}

0 commit comments

Comments
 (0)