From 918c09fa15e6b7435ad2f54c573a907121d328e0 Mon Sep 17 00:00:00 2001 From: "Christopher S. Corley" Date: Wed, 17 Jun 2020 22:47:29 -0400 Subject: [PATCH] More indention fixes for linter Signed-off-by: Christopher S. Corley --- src/kaleidoscope/plugin/SpaceCadet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kaleidoscope/plugin/SpaceCadet.cpp b/src/kaleidoscope/plugin/SpaceCadet.cpp index befca2c5..0f30c165 100644 --- a/src/kaleidoscope/plugin/SpaceCadet.cpp +++ b/src/kaleidoscope/plugin/SpaceCadet.cpp @@ -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; }