Skip to content

Commit 505ead7

Browse files
restyled-commitschirag-silabs
authored andcommitted
Restyled by clang-format
1 parent af13a6d commit 505ead7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/silabs/ConnectivityManagerImpl_WIFI.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ CHIP_ERROR ConnectivityManagerImpl::_GetSEDIntervalsConfig(ConnectivityManager::
226226
// For now Wi-Fi uses DTIM power save mode so it varies from AP to AP
227227
// TODO: Change this to DTIM read from DUT once it is done. For now hardcoding it
228228
SEDIntervalsConfig.ActiveIntervalMS = CHIP_DEVICE_CONFIG_SED_ACTIVE_INTERVAL;
229-
SEDIntervalsConfig.IdleIntervalMS = CHIP_DEVICE_CONFIG_SED_IDLE_INTERVAL;
229+
SEDIntervalsConfig.IdleIntervalMS = CHIP_DEVICE_CONFIG_SED_IDLE_INTERVAL;
230230
return CHIP_NO_ERROR;
231231
}
232232

0 commit comments

Comments
 (0)