From 3564667986f79c90c416a95e8cbca1c24835f6b3 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Tue, 30 Jun 2020 14:16:03 -0700 Subject: [PATCH] Fixup a whitespace issue that astyle doesn't like --- src/kaleidoscope/device/kbdfans/KBD4x.cpp | 2 +- src/kaleidoscope/device/keyboardio/Atreus2.cpp | 2 +- src/kaleidoscope/device/keyboardio/Imago.cpp | 2 +- src/kaleidoscope/device/olkb/Planck.cpp | 2 +- src/kaleidoscope/device/softhruf/Splitography.cpp | 2 +- src/kaleidoscope/device/technomancy/Atreus.cpp | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/kaleidoscope/device/kbdfans/KBD4x.cpp b/src/kaleidoscope/device/kbdfans/KBD4x.cpp index 8bc6c8d6..6dddcbfd 100644 --- a/src/kaleidoscope/device/kbdfans/KBD4x.cpp +++ b/src/kaleidoscope/device/kbdfans/KBD4x.cpp @@ -22,7 +22,7 @@ #include "kaleidoscope/driver/keyscanner/Base_Impl.h" -// Here, we set up aliases to the device's KeyScanner and KeyScannerProps +// Here, we set up aliases to the device's KeyScanner and KeyScannerProps // in the global namespace within the scope of this file. We'll use these // aliases to simplify some template initialization code below. using KeyScannerProps = typename kaleidoscope::device::kbdfans::KBD4xProps::KeyScannerProps; diff --git a/src/kaleidoscope/device/keyboardio/Atreus2.cpp b/src/kaleidoscope/device/keyboardio/Atreus2.cpp index ecaed927..d741da2e 100644 --- a/src/kaleidoscope/device/keyboardio/Atreus2.cpp +++ b/src/kaleidoscope/device/keyboardio/Atreus2.cpp @@ -23,7 +23,7 @@ #include "kaleidoscope/driver/keyscanner/Base_Impl.h" -// Here, we set up aliases to the device's KeyScanner and KeyScannerProps +// Here, we set up aliases to the device's KeyScanner and KeyScannerProps // in the global namespace within the scope of this file. We'll use these // aliases to simplify some template initialization code below. using KeyScannerProps = typename kaleidoscope::device::keyboardio::AtreusProps::KeyScannerProps; diff --git a/src/kaleidoscope/device/keyboardio/Imago.cpp b/src/kaleidoscope/device/keyboardio/Imago.cpp index 789a8964..6792433e 100644 --- a/src/kaleidoscope/device/keyboardio/Imago.cpp +++ b/src/kaleidoscope/device/keyboardio/Imago.cpp @@ -28,7 +28,7 @@ extern "C" { #define LED_DRIVER_ADDR 0x30 -// Here, we set up aliases to the device's KeyScanner and KeyScannerProps +// Here, we set up aliases to the device's KeyScanner and KeyScannerProps // in the global namespace within the scope of this file. We'll use these // aliases to simplify some template initialization code below. using KeyScannerProps = typename kaleidoscope::device::keyboardio::ImagoProps::KeyScannerProps; diff --git a/src/kaleidoscope/device/olkb/Planck.cpp b/src/kaleidoscope/device/olkb/Planck.cpp index ad3e05f4..10e1c690 100644 --- a/src/kaleidoscope/device/olkb/Planck.cpp +++ b/src/kaleidoscope/device/olkb/Planck.cpp @@ -21,7 +21,7 @@ #include "kaleidoscope/Runtime.h" #include "kaleidoscope/driver/keyscanner/Base_Impl.h" -// Here, we set up aliases to the device's KeyScanner and KeyScannerProps +// Here, we set up aliases to the device's KeyScanner and KeyScannerProps // in the global namespace within the scope of this file. We'll use these // aliases to simplify some template initialization code below. using KeyScannerProps = typename kaleidoscope::device::olkb::PlanckProps::KeyScannerProps; diff --git a/src/kaleidoscope/device/softhruf/Splitography.cpp b/src/kaleidoscope/device/softhruf/Splitography.cpp index 5450d455..bbec531d 100644 --- a/src/kaleidoscope/device/softhruf/Splitography.cpp +++ b/src/kaleidoscope/device/softhruf/Splitography.cpp @@ -28,7 +28,7 @@ #include "kaleidoscope/Runtime.h" #include "kaleidoscope/driver/keyscanner/Base_Impl.h" -// Here, we set up aliases to the device's KeyScanner and KeyScannerProps +// Here, we set up aliases to the device's KeyScanner and KeyScannerProps // in the global namespace within the scope of this file. We'll use these // aliases to simplify some template initialization code below. using KeyScannerProps = typename kaleidoscope::device::softhruf::SplitographyProps::KeyScannerProps; diff --git a/src/kaleidoscope/device/technomancy/Atreus.cpp b/src/kaleidoscope/device/technomancy/Atreus.cpp index 4255534e..7a34e66f 100644 --- a/src/kaleidoscope/device/technomancy/Atreus.cpp +++ b/src/kaleidoscope/device/technomancy/Atreus.cpp @@ -30,7 +30,7 @@ #include "kaleidoscope/Runtime.h" #include "kaleidoscope/driver/keyscanner/Base_Impl.h" -// Here, we set up aliases to the device's KeyScanner and KeyScannerProps +// Here, we set up aliases to the device's KeyScanner and KeyScannerProps // in the global namespace within the scope of this file. We'll use these // aliases to simplify some template initialization code below. using KeyScannerProps = typename kaleidoscope::device::technomancy::AtreusProps::KeyScannerProps;