[cleanup] consistent 2 space indentation

Was mixed between 2&4
pull/1812/head^2
Campbell Barton 7 years ago committed by Jack Humbert
parent e446eddca9
commit c206650ed0

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

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

Loading…
Cancel
Save