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

   
   <!-- 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_supp_cmd.c
   <details>
   
   ```diff
   @@ -473,11 +473,11 @@
    #endif
    
    #define BLE_LL_SUPP_CMD_OCTET_39            \
   -(                                           \
   -    BLE_SUPP_CMD_LE_RD_RF_PATH_COMP     |   \
   -    BLE_SUPP_CMD_LE_WR_RF_PATH_COMP     |   \
   -    BLE_SUPP_CMD_LE_SET_PRIVACY_MODE        \
   -)
   +    (                                           \
   +        BLE_SUPP_CMD_LE_RD_RF_PATH_COMP     |   \
   +        BLE_SUPP_CMD_LE_WR_RF_PATH_COMP     |   \
   +        BLE_SUPP_CMD_LE_SET_PRIVACY_MODE        \
   +    )
    
    /* Octet 40 */
    #if MYNEWT_VAL(BLE_LL_CFG_FEAT_LL_PERIODIC_ADV) && MYNEWT_VAL(BLE_VERSION) 
>= 51
   ```
   
   </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