summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan@13f79535-47bb-0310-9956-ffa450edef68>2019-05-26 10:45:01 +0000
committerivan <ivan@13f79535-47bb-0310-9956-ffa450edef68>2019-05-26 10:45:01 +0000
commit3f351e85a1b3dd734478eb7adb934cfb018a8dfe (patch)
treea35b46343cc03ae996d0086b63629545e57b0312
parentaed1dfa871df9a87c7067c2b88c51182e6fc9181 (diff)
downloadlibapr-3f351e85a1b3dd734478eb7adb934cfb018a8dfe.tar.gz
On 'xmllite' branch: Fix indentation.
git-svn-id: http://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;
}