From 41cc68cb67d2909fc293da40625024ca259e7d57 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Wed, 4 Oct 2017 21:13:51 +0200 Subject: [PATCH] xmlwf.c: Fix code indentation --- expat/xmlwf/xmlwf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- 2.40.0