[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();
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:

View File

@ -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: