apache-mynewt-bot commented on PR #1379:
URL: https://github.com/apache/mynewt-nimble/pull/1379#issuecomment-1261424400

   
   <!-- style-bot -->
   
   ## Style check summary
   
   ### Our coding style is 
[here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)
   
   
   #### nimble/transport/common/hci_ipc/src/hci_ipc.c
   <details>
   
   ```diff
   @@ -84,7 +84,7 @@
    
        switch (sm->hdr.type) {
    #if MYNEWT_VAL(BLE_CONTROLLER)
   -        case HCI_IPC_TYPE_CMD:
   +    case HCI_IPC_TYPE_CMD:
            ble_transport_to_ll_cmd(sm->buf);
            break;
    #endif
   ```
   
   </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.

To unsubscribe, e-mail: commits-unsubscr...@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to