qmk cformat on develop (#9501)

This commit is contained in:
Nick Brassel
2020-08-29 14:30:02 -07:00
committed by James Young
parent 3b34858b77
commit 60e5733c48
2 changed files with 3 additions and 5 deletions
+1 -3
View File
@@ -796,9 +796,7 @@ int8_t sendchar(uint8_t c) {
} }
#endif /* CONSOLE_ENABLE */ #endif /* CONSOLE_ENABLE */
void _putchar(char character) { void _putchar(char character) { sendchar(character); }
sendchar(character);
}
#ifdef RAW_ENABLE #ifdef RAW_ENABLE
void raw_hid_send(uint8_t *data, uint8_t length) { void raw_hid_send(uint8_t *data, uint8_t length) {