apache-mynewt-bot removed a comment on issue #2181: [RFC] sys/config: Extended 
callbacks
URL: https://github.com/apache/mynewt-core/pull/2181#issuecomment-583638565
 
 
   
   <!-- style-bot -->
   
   ## Style check summary
   
   ### Our coding style is 
[here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)
   
   
   #### sys/config/include/config/config.h
   <details>
   
   ```diff
   @@ -149,9 +149,9 @@
     * @return 0 on success, non-zero error code on failure.
     */
    typedef int (*conf_export_handler_t)(conf_export_func_t export_func,
   -        conf_export_tgt_t tgt);
   +                                     conf_export_tgt_t tgt);
    typedef int (*conf_export_handler_ext_t)(conf_export_func_t export_func,
   -        conf_export_tgt_t tgt, void *arg);
   +                                         conf_export_tgt_t tgt, void *arg);
    
    /**
     * Configuration handler, used to register a config item/subtree.
   @@ -168,7 +168,7 @@
         * 0=standard
         * 1=extended
         */
   -    uint8_t ch_ext:1;
   +    uint8_t ch_ext : 1;
    
        /** Get configuration value */
        union {
   ```
   
   </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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to