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 3b20eb4dca598912f3a4b81a6b47d5aef7c3a69c
Author: Nolan Lau <no...@juul.com>
AuthorDate: Thu Oct 17 13:45:53 2019 -0700

    Fixed spacing.
---
 sys/log/full/src/log_fcb.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/log/full/src/log_fcb.c b/sys/log/full/src/log_fcb.c
index 662a17d..e861093 100644
--- a/sys/log/full/src/log_fcb.c
+++ b/sys/log/full/src/log_fcb.c
@@ -817,6 +817,7 @@ log_fcb_copy(struct log *log, struct fcb *src_fcb, struct 
fcb *dst_fcb,
 {
     struct fcb_entry entry;
     int rc;
+
     rc = 0;
     memset(&entry, 0, sizeof(entry));
     while (!fcb_getnext(src_fcb, &entry)) {

Reply via email to