More indention fixes for linter

Signed-off-by: Christopher S. Corley <cscorley@gmail.com>
pull/856/head
Christopher S. Corley 4 years ago
parent 3242af3ce0
commit 918c09fa15

@ -119,7 +119,7 @@ EventHandlerResult SpaceCadet::onKeyswitchEvent(Key &mapped_key, KeyAddr key_add
) {
if (map[i].flagged
&& map[i].input != mapped_key) {
&& map[i].input != mapped_key) {
other_mapped_key_flagged = true;
break;
}

Loading…
Cancel
Save