forked from Telodendria/Telodendria
Make sure a newline is printed after JSON object is pretty-printed.
This commit is contained in:
parent
8ead9cc93a
commit
fd12dee62e
1 changed files with 1 additions and 0 deletions
|
@ -222,6 +222,7 @@ main(int argc, char **argv)
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
JsonEncode(json, stdout, JSON_PRETTY);
|
JsonEncode(json, stdout, JSON_PRETTY);
|
||||||
|
printf("\n");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue