From 89e59ab6284b0e8d12b738c527812b99e9f39c68 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Fri, 11 Aug 2017 14:04:44 -0700 Subject: [PATCH] astyle fix for a trailing newline --- src/Kaleidoscope.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Kaleidoscope.cpp b/src/Kaleidoscope.cpp index 18a58575..f5ea77cf 100644 --- a/src/Kaleidoscope.cpp +++ b/src/Kaleidoscope.cpp @@ -13,7 +13,7 @@ Kaleidoscope_::setup(void) { Keyboard.begin(); // A workaround, so that the compiler does not optimize handleKeyswitchEvent out... - // This is a no-op, but tricks the compiler into not being too helpful + // This is a no-op, but tricks the compiler into not being too helpful // TODO: figure out how to hint the compiler in a more reasonable way handleKeyswitchEvent(Key_NoKey, 255, 255, 0);