apache-mynewt-bot commented on pull request #2425:
URL: https://github.com/apache/mynewt-core/pull/2425#issuecomment-745446805


   
   <!-- 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,7 @@
    
        rc = fcb_getnext(fcb, fcb_entry);
        if (rc == 0) {
   -         return log_read_hdr(log, fcb_entry, hdr);
   +        return log_read_hdr(log, fcb_entry, hdr);
        } else {
            return rc;
        }
   ```
   
   </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]


Reply via email to