1
0
Fork 0

[cleanup] consistent 2 space indentation

Was mixed between 2&4
This commit is contained in:
Campbell Barton 2017-09-30 16:47:40 +10:00 committed by Jack Humbert
parent e446eddca9
commit c206650ed0
2 changed files with 55 additions and 55 deletions

View file

@ -209,10 +209,10 @@ void matrix_scan_user(void) {
ergodox_right_led_3_off(); ergodox_right_led_3_off();
switch (layer) { switch (layer) {
// TODO: Make this relevant to the ErgoDox EZ. // TODO: Make this relevant to the ErgoDox EZ.
case 1: case SYMB:
ergodox_right_led_1_on(); ergodox_right_led_1_on();
break; break;
case 2: case MDIA:
ergodox_right_led_2_on(); ergodox_right_led_2_on();
break; break;
default: default:

View file

@ -173,10 +173,10 @@ void matrix_scan_user(void) {
ergodox_right_led_3_off(); ergodox_right_led_3_off();
switch (layer) { switch (layer) {
// TODO: Make this relevant to the ErgoDox EZ. // TODO: Make this relevant to the ErgoDox EZ.
case 1: case SYMB:
ergodox_right_led_1_on(); ergodox_right_led_1_on();
break; break;
case 2: case MDIA:
ergodox_right_led_2_on(); ergodox_right_led_2_on();
break; break;
default: default: