format code according to conventions [skip ci]

This commit is contained in:
QMK Bot 2020-05-04 06:59:44 +00:00
parent e17b55e33a
commit 1ff526dac0
1 changed files with 1 additions and 3 deletions

View File

@ -796,9 +796,7 @@ int8_t sendchar(uint8_t c) {
}
#endif /* CONSOLE_ENABLE */
void _putchar(char character) {
sendchar(character);
}
void _putchar(char character) { sendchar(character); }
#ifdef RAW_ENABLE
void raw_hid_send(uint8_t *data, uint8_t length) {