diff options
| author | zvecr <git@zvecr.com> | 2019-11-17 14:02:26 +0000 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-11-17 08:25:58 -0800 |
| commit | a91c0c476507cb8c12840abb59bff34ab0de3c03 (patch) | |
| tree | 313d9a0ec2f17c47f33305b350eef8768b5efa1c /quantum/quantum.h | |
| parent | 6b18ca2875ceb38011f32f2d17238ba55ce7ad67 (diff) | |
| download | qmk_firmware-a91c0c476507cb8c12840abb59bff34ab0de3c03.tar.gz qmk_firmware-a91c0c476507cb8c12840abb59bff34ab0de3c03.zip | |
Run clang-format manually to fix recently changed files
Diffstat (limited to 'quantum/quantum.h')
| -rw-r--r-- | quantum/quantum.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index 7988c5878..6beab65a3 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
| @@ -146,14 +146,13 @@ extern layer_state_t layer_state; | |||
| 146 | #endif | 146 | #endif |
| 147 | 147 | ||
| 148 | #ifdef DIP_SWITCH_ENABLE | 148 | #ifdef DIP_SWITCH_ENABLE |
| 149 | #include "dip_switch.h" | 149 | # include "dip_switch.h" |
| 150 | #endif | 150 | #endif |
| 151 | 151 | ||
| 152 | #ifdef DYNAMIC_MACRO_ENABLE | 152 | #ifdef DYNAMIC_MACRO_ENABLE |
| 153 | #include "process_dynamic_macro.h" | 153 | # include "process_dynamic_macro.h" |
| 154 | #endif | 154 | #endif |
| 155 | 155 | ||
| 156 | |||
| 157 | // Function substitutions to ease GPIO manipulation | 156 | // Function substitutions to ease GPIO manipulation |
| 158 | #if defined(__AVR__) | 157 | #if defined(__AVR__) |
| 159 | typedef uint8_t pin_t; | 158 | typedef uint8_t pin_t; |
