diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-02-15 06:55:43 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-15 06:55:43 +1100 |
| commit | c27a778281824423a324d04276d291f06b49b1ae (patch) | |
| tree | cd5a76f152596d05e45f2aa24f7dd4c661ced3ec /tmk_core/protocol/chibios | |
| parent | 4ddb5abea51251c6f76c272724984f77f0596f90 (diff) | |
| download | qmk_firmware-c27a778281824423a324d04276d291f06b49b1ae.tar.gz qmk_firmware-c27a778281824423a324d04276d291f06b49b1ae.zip | |
Format code according to conventions (#11905)
Co-authored-by: QMK Bot <hello@qmk.fm>
Diffstat (limited to 'tmk_core/protocol/chibios')
| -rw-r--r-- | tmk_core/protocol/chibios/usb_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/chibios/usb_main.c b/tmk_core/protocol/chibios/usb_main.c index 4c088e2b5..8adecfa71 100644 --- a/tmk_core/protocol/chibios/usb_main.c +++ b/tmk_core/protocol/chibios/usb_main.c | |||
| @@ -874,7 +874,7 @@ void send_mouse(report_mouse_t *report) { | |||
| 874 | } | 874 | } |
| 875 | 875 | ||
| 876 | #else /* MOUSE_ENABLE */ | 876 | #else /* MOUSE_ENABLE */ |
| 877 | void send_mouse(report_mouse_t *report) { (void)report; } | 877 | void send_mouse(report_mouse_t *report) { (void)report; } |
| 878 | #endif /* MOUSE_ENABLE */ | 878 | #endif /* MOUSE_ENABLE */ |
| 879 | 879 | ||
| 880 | /* --------------------------------------------------------- | 880 | /* --------------------------------------------------------- |
