Skip to content

Commit ce9d5a7

Browse files
restyled-commitshare-siterwell
authored andcommitted
Restyled by clang-format
1 parent 63b5777 commit ce9d5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/platform/silabs/efr32/matter_config.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ CHIP_ERROR SilabsMatterConfig::InitOpenThread(void)
9999

100100
#if CHIP_DEVICE_CONFIG_THREAD_FTD
101101
ReturnErrorOnFailure(ConnectivityMgr().SetThreadDeviceType(ConnectivityManager::kThreadDeviceType_Router));
102-
#else // CHIP_DEVICE_CONFIG_THREAD_FTD
102+
#else // CHIP_DEVICE_CONFIG_THREAD_FTD
103103
#if CHIP_DEVICE_CONFIG_ENABLE_SED
104104
ReturnErrorOnFailure(ConnectivityMgr().SetThreadDeviceType(ConnectivityManager::kThreadDeviceType_SleepyEndDevice));
105105
#else // CHIP_DEVICE_CONFIG_ENABLE_SED

0 commit comments

Comments
 (0)