From 80b3ccc15cf349362dec3e073bb51211b6bbd741 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Tue, 14 Nov 2023 20:06:26 -0800 Subject: [PATCH] make cpplint a little happier --- .../src/kaleidoscope/device/keyboardio/Model101.h | 2 +- src/kaleidoscope/layers.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Kaleidoscope-Hardware-Keyboardio-Model101/src/kaleidoscope/device/keyboardio/Model101.h b/plugins/Kaleidoscope-Hardware-Keyboardio-Model101/src/kaleidoscope/device/keyboardio/Model101.h index feb40705dc..9537da6cb1 100644 --- a/plugins/Kaleidoscope-Hardware-Keyboardio-Model101/src/kaleidoscope/device/keyboardio/Model101.h +++ b/plugins/Kaleidoscope-Hardware-Keyboardio-Model101/src/kaleidoscope/device/keyboardio/Model101.h @@ -97,7 +97,7 @@ class Model101 : public kaleidoscope::device::Base { auto serialPort() -> decltype(Serial) & { return Serial; } - static void rebootBootloader() {}; + static void rebootBootloader() {} }; } // namespace keyboardio diff --git a/src/kaleidoscope/layers.h b/src/kaleidoscope/layers.h index 4053b7f5c1..5bb2c00753 100644 --- a/src/kaleidoscope/layers.h +++ b/src/kaleidoscope/layers.h @@ -56,7 +56,7 @@ __NL__ \ _INIT_SKETCH_EXPLORATION __NL__ \ // _INIT_HID_GETSHORTNAME - // TODO: re-enable GETSHORTNAME once we figure out how to do that for non-keyboardiohid devices + // TODO(jesse): re-enable GETSHORTNAME once we figure out how to do that for non-keyboardiohid devices // Macro for defining the keymap. This should be used in the sketch // file (*.ino) to define the keymap[] array that holds the user's