Skip to content

Commit

Permalink
[CI] Format code according to conventions (qmk#12731)
Browse files Browse the repository at this point in the history
Co-authored-by: QMK Bot <hello@qmk.fm>
  • Loading branch information
2 people authored and mechlovin committed Jul 30, 2021
1 parent bb7e8cd commit 2bdbc53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tmk_core/common/avr/suspend.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,9 @@ void suspend_wakeup_init(void) {
#if defined(RGBLIGHT_SLEEP) && defined(RGBLIGHT_ENABLE)
rgblight_wakeup();
#endif
# if defined(RGB_MATRIX_ENABLE)
#if defined(RGB_MATRIX_ENABLE)
rgb_matrix_set_suspend_state(false);
# endif
#endif

#if defined(LED_MATRIX_ENABLE)
led_matrix_set_suspend_state(false);
Expand Down

0 comments on commit 2bdbc53

Please sign in to comment.