Skip to content

Commit 2c1813c

Browse files
restyled-commitsjmartinez-silabs
authored andcommitted
Restyled by clang-format
1 parent 2bb86a1 commit 2c1813c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/platform/silabs/BaseApplication.h

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

0 commit comments

Comments
 (0)