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

[mynewt-core] 20/23: Fixed spacing.

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 db7fbc9710c0d4a3bed9a79d4c1cfea8c01b501e
Author: Nolan Lau <no...@juul.com>
AuthorDate: Thu Oct 17 17:01:41 2019 -0700

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

diff --git a/fs/fcb/src/fcb_getnext.c b/fs/fcb/src/fcb_getnext.c
index 8075ba2..6ca08ce 100644
--- a/fs/fcb/src/fcb_getnext.c
+++ b/fs/fcb/src/fcb_getnext.c
@@ -111,7 +111,7 @@ next_sector:
 }
 
 int
- fcb_getnext(struct fcb *fcb, struct fcb_entry *loc)
+fcb_getnext(struct fcb *fcb, struct fcb_entry *loc)
 {
     int rc;