diff options
author | Kaleb Elwert <belak@coded.io> | 2017-01-09 11:57:44 -0800 |
---|---|---|
committer | Kaleb Elwert <belak@coded.io> | 2017-01-09 11:57:44 -0800 |
commit | 0b38204e62446a7ce2eaf60709cbf7e426a200be (patch) | |
tree | 7494f88609831d7bcf4a30a7b6588f247e1e101c /keyboards/whitefox/keymaps | |
parent | 49a00a535f6106f37e5ebd272238e018832803a0 (diff) |
Fix mismatched indentation
Diffstat (limited to 'keyboards/whitefox/keymaps')
-rw-r--r-- | keyboards/whitefox/keymaps/matt3o/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/whitefox/keymaps/matt3o/keymap.c b/keyboards/whitefox/keymaps/matt3o/keymap.c index 9321553bfa..4455886a50 100644 --- a/keyboards/whitefox/keymaps/matt3o/keymap.c +++ b/keyboards/whitefox/keymaps/matt3o/keymap.c @@ -72,7 +72,7 @@ const uint16_t fn_actions[] = { /* custom action function */ void action_function(keyrecord_t *record, uint8_t id, uint8_t opt) { - /* + /* (void)opt; switch(id) { case ACTION_LEDS_ALL: |