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

   
   <!-- style-bot -->
   
   ## Style check summary
   
   ### Our coding style is 
[here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)
   
   
   #### nimble/host/src/ble_sm_priv.h
   <details>
   
   ```diff
   @@ -226,12 +226,12 @@
    typedef uint8_t ble_sm_proc_flags;
    
    struct ble_sm_keys {
   -    unsigned keys_generated:1;
   -    unsigned ltk_valid:1;
   -    unsigned ediv_rand_valid:1;
   -    unsigned irk_valid:1;
   -    unsigned csrk_valid:1;
   -    unsigned addr_valid:1;
   +    unsigned keys_generated : 1;
   +    unsigned ltk_valid : 1;
   +    unsigned ediv_rand_valid : 1;
   +    unsigned irk_valid : 1;
   +    unsigned csrk_valid : 1;
   +    unsigned addr_valid : 1;
        uint16_t ediv;
        uint64_t rand_val;
        uint8_t addr_type;
   ```
   
   </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