diff options
author | skullY <skullydazed@gmail.com> | 2019-08-30 11:19:03 -0700 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2019-08-30 15:01:52 -0700 |
commit | b624f32f944acdc59dcb130674c09090c5c404cb (patch) | |
tree | bc13adbba137d122d9a2c2fb2fafcbb08ac10e25 /quantum/split_common/split_util.h | |
parent | 61af76a10d00aba185b8338604171de490a13e3b (diff) | |
download | qmk_firmware-b624f32f944acdc59dcb130674c09090c5c404cb.tar.gz qmk_firmware-b624f32f944acdc59dcb130674c09090c5c404cb.zip |
clang-format changes
Diffstat (limited to 'quantum/split_common/split_util.h')
-rw-r--r-- | quantum/split_common/split_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/split_common/split_util.h b/quantum/split_common/split_util.h index 20f7535bf..f41c77605 100644 --- a/quantum/split_common/split_util.h +++ b/quantum/split_common/split_util.h | |||
@@ -7,4 +7,4 @@ | |||
7 | 7 | ||
8 | extern volatile bool isLeftHand; | 8 | extern volatile bool isLeftHand; |
9 | 9 | ||
10 | void matrix_master_OLED_init (void); | 10 | void matrix_master_OLED_init(void); |