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


   
   <!-- style-bot -->
   
   ## Style check summary
   
   ### Our coding style is 
[here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)
   
   
   #### net/ip/native_sockets/src/native_sock.c
   <details>
   
   ```diff
   @@ -260,7 +260,7 @@
    
    int
    native_sock_create(struct mn_socket **sp, uint8_t domain,
   -  uint8_t type, uint8_t proto)
   +                   uint8_t type, uint8_t proto)
    {
        struct native_sock_state *nss = &native_sock_state;
        struct native_sock *ns;
   ```
   
   </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