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:26 UTC

[mynewt-core] 05/23: Fixed spacing issue.

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 cd27ba82f9e6f6eb272b034ec8fe4a1340041b22
Author: Nolan Lau <no...@juul.com>
AuthorDate: Wed Oct 16 18:55:35 2019 -0700

    Fixed spacing issue.
---
 fs/fcb/src/fcb_rotate.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/fcb/src/fcb_rotate.c b/fs/fcb/src/fcb_rotate.c
index ba2ab96..729535f 100644
--- a/fs/fcb/src/fcb_rotate.c
+++ b/fs/fcb/src/fcb_rotate.c
@@ -48,7 +48,7 @@ fcb_rotate(struct fcb *fcb)
         fcb->f_active.fe_elem_off = sizeof(struct fcb_disk_area);
         fcb->f_active_id++;
     }
-    if(fcb->f_scratch) {
+    if (fcb->f_scratch) {
         fcb->f_scratch = fcb->f_oldest;
     }
     fcb->f_oldest = fcb_getnext_area(fcb, fcb->f_oldest);