xmlwf.c: Fix code indentation
This commit is contained in:
parent
81040a6164
commit
41cc68cb67
@ -551,7 +551,7 @@ metaLocation(XML_Parser parser)
|
||||
ftprintf(fp, T(" uri=\"%s\""), uri);
|
||||
ftprintf(fp,
|
||||
T(" byte=\"%" XML_FMT_INT_MOD "d\" nbytes=\"%d\" \
|
||||
line=\"%" XML_FMT_INT_MOD "u\" col=\"%" XML_FMT_INT_MOD "u\""),
|
||||
line=\"%" XML_FMT_INT_MOD "u\" col=\"%" XML_FMT_INT_MOD "u\""),
|
||||
XML_GetCurrentByteIndex(parser),
|
||||
XML_GetCurrentByteCount(parser),
|
||||
XML_GetCurrentLineNumber(parser),
|
||||
|
Loading…
Reference in New Issue
Block a user