From: Sebastian Pipping Date: Wed, 4 Oct 2017 19:13:51 +0000 (+0200) Subject: xmlwf.c: Fix code indentation X-Git-Tag: R_2_2_5~12^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=41cc68cb67d2909fc293da40625024ca259e7d57;p=libexpat xmlwf.c: Fix code indentation --- diff --git a/expat/xmlwf/xmlwf.c b/expat/xmlwf/xmlwf.c index 129aa797..9b1b4a0b 100644 --- a/expat/xmlwf/xmlwf.c +++ b/expat/xmlwf/xmlwf.c @@ -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),