Skip to content

Commit 71b6b48

Browse files
restyled-commitsjmartinez-silabs
authored andcommitted
[SL-TEMP] Restyle SL-ONLY CP
Restyled by clang-format
1 parent 2d11a77 commit 71b6b48

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/platform/silabs/BaseApplication.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ class BaseApplication
182182
/** @brief
183183
* Function to be called at the end of Init to indicate that the application has completed its initialization.
184184
* Currently only used for tracing, might want to move logging here as well in the future
185-
* @param err CHIP_NO_ERROR on success, corresponding error code on Init failure, note that Init failure leads to an app error so
186-
* this is purely to have a trace logged with the error code
185+
* @param err CHIP_NO_ERROR on success, corresponding error code on Init failure, note that Init failure leads to an app error
186+
* so this is purely to have a trace logged with the error code
187187
*/
188188
void InitCompleteCallback(CHIP_ERROR err);
189189

src/platform/silabs/tracing/SilabsTracingTypes.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ enum class OperationType : uint8_t
6161

6262
} // namespace Silabs
6363
} // namespace Tracing
64-
} // namespace chip
64+
} // namespace chip

0 commit comments

Comments
 (0)