mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 10:39:09 +00:00
changed tabs to spaces in bluefruit.c
This commit is contained in:
parent
05792e2b83
commit
f7db144959
1 changed files with 5 additions and 5 deletions
|
@ -45,14 +45,14 @@ void bluefruit_keyboard_print_report(report_keyboard_t *report)
|
|||
#ifdef BLUEFRUIT_TRACE_SERIAL
|
||||
static void bluefruit_trace_header()
|
||||
{
|
||||
dprintf("+------------------------------------+\n");
|
||||
dprintf("| HID report to Bluefruit via serial |\n");
|
||||
dprintf("+------------------------------------+\n|");
|
||||
dprintf("+------------------------------------+\n");
|
||||
dprintf("| HID report to Bluefruit via serial |\n");
|
||||
dprintf("+------------------------------------+\n|");
|
||||
}
|
||||
|
||||
static void bluefruit_trace_footer()
|
||||
{
|
||||
dprintf("|\n+------------------------------------+\n\n");
|
||||
dprintf("|\n+------------------------------------+\n\n");
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue