xmlwf.c: Fix code indentation

This commit is contained in:
Sebastian Pipping 2017-10-04 21:13:51 +02:00
parent 81040a6164
commit 41cc68cb67

View File

@ -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),