You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2020/11/03 13:38:45 UTC

[GitHub] [mynewt-nimble] apache-mynewt-bot removed a comment on pull request #880: nimble/ll: Use true RNG instead of rand

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


   
   <!-- 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_rand.c
   <details>
   
   ```diff
   @@ -121,11 +120,12 @@
    }
    
    /* Simple wrapper to allow easy replacement of rand() */
   -int ble_ll_rand(void)
   +int
   +ble_ll_rand(void)
    {
        int data;
    
   -    ble_ll_rand_data_get((uint8_t*)&data, sizeof(data));
   +    ble_ll_rand_data_get((uint8_t *)&data, sizeof(data));
    
        return data;
    }
   ```
   
   </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:
users@infra.apache.org