summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Zhakov <ivan@apache.org>2019-05-26 10:45:01 +0000
committerIvan Zhakov <ivan@apache.org>2019-05-26 10:45:01 +0000
commit91893ab5ab37c583aa7ed78f0368fd11cd23c826 (patch)
treea35b46343cc03ae996d0086b63629545e57b0312
parentc2fbd97b2f2d5a5ab838e4271bdb8d28fea97aaa (diff)
downloadapr-91893ab5ab37c583aa7ed78f0368fd11cd23c826.tar.gz
On 'xmllite' branch: Fix indentation.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/xmllite@1860053 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--xml/apr_xml_xmllite.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/xml/apr_xml_xmllite.c b/xml/apr_xml_xmllite.c
index 990c17502..afc56b5e0 100644
--- a/xml/apr_xml_xmllite.c
+++ b/xml/apr_xml_xmllite.c
@@ -173,8 +173,7 @@ static apr_status_t cleanup_parser(void *ctx)
{
apr_xml_parser *parser = ctx;
- if (parser->xp->xml_reader)
- {
+ if (parser->xp->xml_reader) {
IXmlReader_Release(parser->xp->xml_reader);
parser->xp->xml_reader = NULL;
}