Make cpplint happy

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/175/head
Gergely Nagy 7 years ago
parent 89e59ab628
commit 75fb3ac14a

@ -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.

Loading…
Cancel
Save