summaryrefslogtreecommitdiff
path: root/tmk_core/protocol/arm_atsam
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2020-02-02 20:47:40 +0000
committerQMK Bot <hello@qmk.fm>2020-02-02 20:47:40 +0000
commitfa9c74c6a2301c8f0f12727eb730e213b3d7453c (patch)
tree95264a06489086e9f8eecae497bd8e4b07af2972 /tmk_core/protocol/arm_atsam
parentb2ce2f8a34fba72e4b4ac2fba0ec11431b0acb0c (diff)
format code according to conventions [skip ci]
Diffstat (limited to 'tmk_core/protocol/arm_atsam')
-rw-r--r--tmk_core/protocol/arm_atsam/main_arm_atsam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/arm_atsam/main_arm_atsam.c b/tmk_core/protocol/arm_atsam/main_arm_atsam.c
index e15d51a263..9c8073dd9e 100644
--- a/tmk_core/protocol/arm_atsam/main_arm_atsam.c
+++ b/tmk_core/protocol/arm_atsam/main_arm_atsam.c
@@ -131,7 +131,7 @@ void send_extra(uint8_t report_id, uint16_t data) {
void send_system(uint16_t data) {
#ifdef EXTRAKEY_ENABLE
if (data != 0) data = data - SYSTEM_POWER_DOWN + 1;
- send_extra(REPORT_ID_SYSTEM, data);
+ send_extra(REPORT_ID_SYSTEM, data);
#endif // EXTRAKEY_ENABLE
}