Make indentation consistent
This commit is contained in:
parent
3bd440eaaa
commit
79fac840ba
1 changed files with 1 additions and 1 deletions
|
|
@ -290,7 +290,7 @@ xml_dump1(FILE *f,
|
|||
if (xml_type(x) != CX_ELMNT)
|
||||
return 0;
|
||||
fprintf(stderr, "%*s %s(%s)",
|
||||
indent*3, "",
|
||||
indent*PRETTYPRINT_INDENT, "",
|
||||
// x,
|
||||
xml_name(x),
|
||||
xml_type2str(xml_type(x)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue