apache-mynewt-bot removed a comment on pull request #871:
URL: https://github.com/apache/mynewt-nimble/pull/871#issuecomment-704263945


   
   <!-- style-bot -->
   
   ## Style check summary
   
   ### Our coding style is 
[here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)
   
   
   #### nimble/controller/src/ble_ll_conn.c
   <details>
   
   ```diff
   @@ -1020,9 +1019,9 @@
             * LL_ENC_RSP is sent.
             */
            if (((connsm->enc_data.enc_state > CONN_ENC_S_ENCRYPTED) &&
   -              CONN_IS_MASTER(connsm)) ||
   -              ((connsm->enc_data.enc_state > CONN_ENC_S_ENC_RSP_TO_BE_SENT) 
&&
   -              !CONN_IS_MASTER(connsm))) {
   +             CONN_IS_MASTER(connsm)) ||
   +            ((connsm->enc_data.enc_state > CONN_ENC_S_ENC_RSP_TO_BE_SENT) &&
   +             !CONN_IS_MASTER(connsm))) {
                if (!ble_ll_ctrl_enc_allowed_pdu_tx(pkthdr)) {
                    CONN_F_EMPTY_PDU_TXD(connsm) = 1;
                    goto conn_tx_pdu;
   ```
   
   </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