You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2019/10/21 09:30:29 UTC

[mynewt-core] 08/23: Added newline for better readability.

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 b6f1acbfaa8d67553a1755c57d1d0ec95730e72c
Author: Nolan Lau <no...@juul.com>
AuthorDate: Thu Oct 17 11:22:09 2019 -0700

    Added newline for better readability.
---
 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 e1ab06e..8164779 100644
--- a/sys/log/full/src/log_fcb.c
+++ b/sys/log/full/src/log_fcb.c
@@ -772,6 +772,7 @@ log_fcb_copy_entry(struct log *log, struct fcb_entry *entry,
     struct fcb *fcb_tmp;
 
     rc = log_fcb_read(log, entry, &ueh, 0, LOG_BASE_ENTRY_HDR_SIZE);
+
     if (rc != LOG_BASE_ENTRY_HDR_SIZE) {
         goto err;
     }