style fix - xmlparser - XML parser
HTML git clone git://git.codemadness.org/xmlparser
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit b2078dbb866bea46507ebb9d3d4c12c93c4f39f8
DIR parent e9114f99e2b610c1d8899dcffca7edc28e09b614
HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Wed, 12 Dec 2018 19:14:12 +0100
style fix
Diffstat:
M skeleton.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/skeleton.c b/skeleton.c
@@ -102,7 +102,7 @@ main(void)
x.xmlattrentity = xmlattrentity;
x.xmlcdatastart = xmlcdatastart;
x.xmlcdata = xmlcdata;
- x.xmlcdataend =xmlcdataend;
+ x.xmlcdataend = xmlcdataend;
x.xmlcommentstart = xmlcommentstart;
x.xmlcomment = xmlcomment;
x.xmlcommentend = xmlcommentend;