mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
turo: add space after JSON comma
This commit is contained in:
parent
0486c0dba7
commit
1c8a8bf6c4
@ -16,7 +16,7 @@
|
||||
static void _print_comma(turo_t *ctx, turo_state_t state)
|
||||
{
|
||||
if (ctx->state == TURO_STATE_NEED_COMMA) {
|
||||
print_str(",");
|
||||
print_str(", ");
|
||||
}
|
||||
ctx->state = state;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user