apache-mynewt-bot removed a comment on pull request #2395: URL: https://github.com/apache/mynewt-core/pull/2395#issuecomment-713242936
<!-- style-bot --> ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md) #### hw/mcu/dialog/da1469x/src/da1469x_sleep.c <details> ```diff @@ -79,8 +79,7 @@ return; } } - if (da1469x_pd_get_ref_cnt(MCU_PD_DOMAIN_SYS) == 1) - { + if (da1469x_pd_get_ref_cnt(MCU_PD_DOMAIN_SYS) == 1) { /* Must enter mcu gpio sleep before releasing MCU_PD_DOMAIN_SYS */ mcu_gpio_enter_sleep(); sys_sleep = true; @@ -92,8 +91,7 @@ slept = da1469x_m33_sleep(); - if (sys_sleep) - { + if (sys_sleep) { mcu_gpio_exit_sleep(); } ``` </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: [email protected]
