This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit c342af3f92246a8f0619214b8babf3baa3ebe4ed
Author: Vipul Rahane <[email protected]>
AuthorDate: Mon Mar 10 20:24:18 2025 -0700

    sys/log: Make CI happy, fix coding style
---
 sys/log/full/src/log.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys/log/full/src/log.c b/sys/log/full/src/log.c
index 3afe8c163..23dece179 100644
--- a/sys/log/full/src/log.c
+++ b/sys/log/full/src/log.c
@@ -76,12 +76,12 @@ struct shell_cmd g_shell_storage_cmd = {
 
 #if MYNEWT_VAL(LOG_STATS)
 STATS_NAME_START(logs)
-  STATS_NAME(logs, writes)
-  STATS_NAME(logs, drops)
-  STATS_NAME(logs, regerr)
-  STATS_NAME(logs, errs)
-  STATS_NAME(logs, lost)
-  STATS_NAME(logs, too_long)
+    STATS_NAME(logs, writes)
+    STATS_NAME(logs, drops)
+    STATS_NAME(logs, regerr)
+    STATS_NAME(logs, errs)
+    STATS_NAME(logs, lost)
+    STATS_NAME(logs, too_long)
 STATS_NAME_END(logs)
 #endif
 

Reply via email to