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

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

commit 900da6e269cf942768e0a675a01aa8b0eaf96510
Author: Nolan Lau <no...@juul.com>
AuthorDate: Fri Oct 18 13:28:20 2019 -0700

    Removed white space.
---
 sys/log/full/src/log_fcb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/log/full/src/log_fcb.c b/sys/log/full/src/log_fcb.c
index e32d80f..40b0be2 100644
--- a/sys/log/full/src/log_fcb.c
+++ b/sys/log/full/src/log_fcb.c
@@ -542,7 +542,7 @@ log_fcb_walk_impl(struct log *log, log_walk_func_t 
walk_func,
                 return 0;
             }
         }
-    } while (fcb_getnext(fcb, &loc) == 0); 
+    } while (fcb_getnext(fcb, &loc) == 0);
 
     return 0;
 }

Reply via email to