mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 14:40:06 +00:00
Fix mismatched indentation
This commit is contained in:
parent
49a00a535f
commit
0b38204e62
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ const uint16_t fn_actions[] = {
|
||||||
|
|
||||||
/* custom action function */
|
/* custom action function */
|
||||||
void action_function(keyrecord_t *record, uint8_t id, uint8_t opt) {
|
void action_function(keyrecord_t *record, uint8_t id, uint8_t opt) {
|
||||||
/*
|
/*
|
||||||
(void)opt;
|
(void)opt;
|
||||||
switch(id) {
|
switch(id) {
|
||||||
case ACTION_LEDS_ALL:
|
case ACTION_LEDS_ALL:
|
||||||
|
|
Loading…
Reference in a new issue