From 75fb3ac14a0e74b39396e7977156d9d1256d6ec9 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Fri, 11 Aug 2017 23:24:17 +0200 Subject: [PATCH] Make cpplint happy Signed-off-by: Gergely Nagy --- src/Kaleidoscope.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Kaleidoscope.cpp b/src/Kaleidoscope.cpp index f5ea77cf..4e8e5b98 100644 --- a/src/Kaleidoscope.cpp +++ b/src/Kaleidoscope.cpp @@ -14,7 +14,7 @@ Kaleidoscope_::setup(void) { // 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 - // TODO: figure out how to hint the compiler in a more reasonable way + // TODO(anyone): figure out how to hint the compiler in a more reasonable way handleKeyswitchEvent(Key_NoKey, 255, 255, 0); // Update the keymap cache, so we start with a non-empty state.