Skip to content

Commit 6253f1c

Browse files
restyled-commitswy-hh
authored andcommitted
Restyled by whitespace
1 parent 3da3746 commit 6253f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/bouffalolab/BL702/NetworkCommissioningDriver.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ void BLWiFiDriver::OnScanWiFiNetworkDone(void)
289289
size_t ap_cnt = mScanResponseNum;
290290
WiFiScanResponse *pScanResponse = mScanResponse;
291291

292-
if (mScanResponse)
292+
if (mScanResponse)
293293
{
294294
if (CHIP_NO_ERROR == DeviceLayer::SystemLayer().ScheduleLambda([ap_cnt, pScanResponse]() {
295295
BLScanResponseIterator iter(ap_cnt, pScanResponse);

0 commit comments

Comments
 (0)