diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-05-02 05:15:50 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-02 05:15:50 +1000 |
| commit | f5b6bef4b3db6fcc6b9190411607c4dc198b7152 (patch) | |
| tree | 713c966cefb33c644a15d5e81662df12ef1d0033 /quantum/split_common | |
| parent | 3c2e69af79e09d27cf799370685ee8a89ff45a5d (diff) | |
| download | qmk_firmware-f5b6bef4b3db6fcc6b9190411607c4dc198b7152.tar.gz qmk_firmware-f5b6bef4b3db6fcc6b9190411607c4dc198b7152.zip | |
[CI] Format code according to conventions (#12772)
Co-authored-by: QMK Bot <hello@qmk.fm>
Diffstat (limited to 'quantum/split_common')
| -rw-r--r-- | quantum/split_common/transport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/split_common/transport.c b/quantum/split_common/transport.c index b29e58d58..9b3f70ed0 100644 --- a/quantum/split_common/transport.c +++ b/quantum/split_common/transport.c | |||
| @@ -444,7 +444,7 @@ void transport_slave(matrix_row_t master_matrix[], matrix_row_t slave_matrix[]) | |||
| 444 | led_matrix_set_suspend_state(serial_m2s_buffer.led_suspend_state); | 444 | led_matrix_set_suspend_state(serial_m2s_buffer.led_suspend_state); |
| 445 | # endif | 445 | # endif |
| 446 | # if defined(RGB_MATRIX_ENABLE) && defined(RGB_MATRIX_SPLIT) | 446 | # if defined(RGB_MATRIX_ENABLE) && defined(RGB_MATRIX_SPLIT) |
| 447 | rgb_matrix_config = serial_m2s_buffer.rgb_matrix; | 447 | rgb_matrix_config = serial_m2s_buffer.rgb_matrix; |
| 448 | rgb_matrix_set_suspend_state(serial_m2s_buffer.rgb_suspend_state); | 448 | rgb_matrix_set_suspend_state(serial_m2s_buffer.rgb_suspend_state); |
| 449 | # endif | 449 | # endif |
| 450 | } | 450 | } |
