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

   
   <!-- 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_scan.c
   <details>
   
   ```diff
   @@ -720,8 +719,8 @@
                                                       hdr->rxinfo.rssi + 
g_ble_ll_rx_power_compensation,
                                                       adv_data_len, om,
                                                       inita, inita_type);
   -goto done;
   -}
   +        goto done;
   +    }
    #endif
    
        if (subev == BLE_HCI_LE_SUBEV_DIRECT_ADV_RPT) {
   ```
   
   </details>
   
   #### nimble/drivers/native/src/ble_phy.c
   <details>
   
   ```diff
   @@ -492,7 +489,8 @@
     *
     * @return int Rounded power in dBm
     */
   -int ble_phy_tx_power_round(int dbm)
   +int
   +ble_phy_tx_power_round(int dbm)
    {
        /* "Rail" power level if outside supported range */
        if (dbm > BLE_XCVR_TX_PWR_MAX_DBM) {
   ```
   
   </details>
   
   #### nimble/drivers/nrf51/src/ble_phy.c
   <details>
   
   ```diff
   @@ -1287,7 +1285,8 @@
     *
     * @return int Rounded power in dBm
     */
   -int ble_phy_tx_power_round(int dbm)
   +int
   +ble_phy_tx_power_round(int dbm)
    {
        /* "Rail" power level if outside supported range */
        if (dbm > NRF_TX_PWR_MAX_DBM) {
   ```
   
   </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