Skip to content

Commit

Permalink
Run clang-format on rgb_matrix.h
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna committed Aug 2, 2020
1 parent f1965b8 commit e0c1311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quantum/rgb_matrix.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
#endif

#define RGB_MATRIX_INDICATOR_SET_COLOR(i, r, g, b) \
if (i >= led_min && i <= led_max) { \
if (i >= led_min && i <= led_max) { \
rgb_matrix_set_color(i, r, g, b); \
}

Expand Down Expand Up @@ -108,7 +108,7 @@ void rgb_matrix_indicators(void);
void rgb_matrix_indicators_kb(void);
void rgb_matrix_indicators_user(void);

void rgb_matrix_indicators_advanced(effect_params_t* params);
void rgb_matrix_indicators_advanced(effect_params_t *params);
void rgb_matrix_indicators_advanced_kb(uint8_t led_min, uint8_t led_max);
void rgb_matrix_indicators_advanced_user(uint8_t led_min, uint8_t led_max);

Expand Down

0 comments on commit e0c1311

Please sign in to comment.