apache-mynewt-bot commented on issue #2209: Fix coding style on 
bsp/stm32f4discovery
URL: https://github.com/apache/mynewt-core/pull/2209#issuecomment-590991704
 
 
   
   <!-- style-bot -->
   
   ## Style check summary
   
   ### Our coding style is 
[here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)
   
   
   #### hw/bsp/stm32f411discovery/include/bsp/stm32f4xx_hal_conf.h
   <details>
   
   ```diff
   @@ -349,7 +349,7 @@
     */
      #define assert_param(expr) ((expr) ? (void)0 : assert_failed((uint8_t 
*)__FILE__, __LINE__))
    /* Exported functions 
------------------------------------------------------- */
   -  void assert_failed(uint8_t* file, uint32_t line);
   +void assert_failed(uint8_t * file, uint32_t line);
    #else
      #define assert_param(expr) ((void)0)
    #endif /* USE_FULL_ASSERT */
   ```
   
   </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