Skip to content

Commit 44fdaf3

Browse files
restyled-commitsabiradarti
authored andcommitted
Restyled by whitespace
1 parent 0a20376 commit 44fdaf3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/lighting-app/cc13x4_26x4/src/AppTask.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ int AppTask::Init()
187187
ret = ConnectivityMgr().SetThreadDeviceType(ConnectivityManager::kThreadDeviceType_SleepyEndDevice);
188188
#else
189189
ret = ConnectivityMgr().SetThreadDeviceType(ConnectivityManager::kThreadDeviceType_MinimalEndDevice);
190-
#endif
190+
#endif
191191

192192
if (ret != CHIP_NO_ERROR)
193193
{

examples/lock-app/cc13x4_26x4/src/AppTask.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ int AppTask::Init()
179179
ret = ConnectivityMgr().SetThreadDeviceType(ConnectivityManager::kThreadDeviceType_SleepyEndDevice);
180180
#else
181181
ret = ConnectivityMgr().SetThreadDeviceType(ConnectivityManager::kThreadDeviceType_MinimalEndDevice);
182-
#endif
182+
#endif
183183

184184
if (ret != CHIP_NO_ERROR)
185185
{

examples/pump-app/cc13x4_26x4/main/AppTask.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ int AppTask::Init()
167167
ret = ConnectivityMgr().SetThreadDeviceType(ConnectivityManager::kThreadDeviceType_SleepyEndDevice);
168168
#else
169169
ret = ConnectivityMgr().SetThreadDeviceType(ConnectivityManager::kThreadDeviceType_MinimalEndDevice);
170-
#endif
170+
#endif
171171

172172
if (ret != CHIP_NO_ERROR)
173173
{

0 commit comments

Comments
 (0)