summaryrefslogtreecommitdiff
path: root/expat/xmlwf
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2017-10-04 21:13:51 +0200
committerSebastian Pipping <sebastian@pipping.org>2017-10-04 21:14:10 +0200
commit41cc68cb67d2909fc293da40625024ca259e7d57 (patch)
treef73218f1a895af9930a46594d5b77a7280ca71e6 /expat/xmlwf
parent81040a61643deb347bc5c333ac1900c0af02282d (diff)
downloadlibexpat-git-41cc68cb67d2909fc293da40625024ca259e7d57.tar.gz
xmlwf.c: Fix code indentation
Diffstat (limited to 'expat/xmlwf')
-rw-r--r--expat/xmlwf/xmlwf.c2
1 files changed, 1 insertions, 1 deletions
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),