]> granicus.if.org Git - libexpat/commitdiff
xmlwf.c: Fix code indentation
authorSebastian Pipping <sebastian@pipping.org>
Wed, 4 Oct 2017 19:13:51 +0000 (21:13 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Wed, 4 Oct 2017 19:14:10 +0000 (21:14 +0200)
expat/xmlwf/xmlwf.c

index 129aa797ec0caeadb2d10d350debb89b7875f476..9b1b4a0b20cee89631b85e59a7f2d9f570ee25be 100644 (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),