apache-mynewt-bot commented on pull request #2425: URL: https://github.com/apache/mynewt-core/pull/2425#issuecomment-737653534
<!-- style-bot --> ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md) #### sys/log/full/src/log_fcb.c <details> ```diff @@ -39,7 +39,8 @@ struct fcb_entry *fcb_entry; }; -int fcb_walk_gte(struct fcb_entry *loc, void *arg) +int +fcb_walk_gte(struct fcb_entry *loc, void *arg) { struct log_entry_hdr hdr; struct log_walk_gte_arg *lwga = (struct log_walk_gte_arg *)arg; @@ -141,7 +142,7 @@ lwga.log = log; lwga.log_offset = log_offset; - lwga.fcb_entry = out_entry; + lwga.fcb_entry = out_entry; rc = fcb_walk(fcb, fap, fcb_walk_gte, (void *)&lwga); /* Not found, try the active area */ if (rc == 0) { ``` </details> ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
