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

   
   <!-- 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
   @@ -1260,8 +1259,8 @@
    #endif
    
            ticks = (BLE_LL_IFS * 3) + connsm->ota_max_rx_time +
   -            ble_ll_pdu_tx_time_get(next_txlen, tx_phy_mode) +
   -            ble_ll_pdu_tx_time_get(cur_txlen, tx_phy_mode);
   +                ble_ll_pdu_tx_time_get(next_txlen, tx_phy_mode) +
   +                ble_ll_pdu_tx_time_get(cur_txlen, tx_phy_mode);
    
    #if MYNEWT_VAL(BLE_LL_ROLE_CENTRAL)
            if (connsm->conn_role == BLE_LL_CONN_ROLE_CENTRAL) {
   ```
   
   </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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to