diff options
| author | zvecr | 2019-11-17 15:02:26 +0100 |
|---|---|---|
| committer | Drashna Jaelre | 2019-11-17 17:25:58 +0100 |
| commit | a91c0c476507cb8c12840abb59bff34ab0de3c03 (patch) | |
| tree | 313d9a0ec2f17c47f33305b350eef8768b5efa1c /quantum/quantum.c | |
| parent | 6b18ca2875ceb38011f32f2d17238ba55ce7ad67 (diff) | |
Run clang-format manually to fix recently changed files
Diffstat (limited to 'quantum/quantum.c')
| -rw-r--r-- | quantum/quantum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c index c27c3aba61..2e5e6376b7 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c @@ -1116,7 +1116,7 @@ __attribute__((weak)) void led_set(uint8_t usb_led) { #endif led_set_kb(usb_led); - led_update_kb((led_t) usb_led); + led_update_kb((led_t)usb_led); } //------------------------------------------------------------------------------ |