summaryrefslogtreecommitdiff
path: root/xlate
diff options
context:
space:
mode:
authorIvan Zhakov <ivan@apache.org>2022-11-20 07:14:38 +0000
committerIvan Zhakov <ivan@apache.org>2022-11-20 07:14:38 +0000
commit4f9b76b6f2acc4030ce9ef164322514c5d0e761b (patch)
tree9b993b3753affcbf164056826f9d568d8760b3a1 /xlate
parent961caf5f46055483fa72ab02f5e8baa16c209e2f (diff)
downloadapr-4f9b76b6f2acc4030ce9ef164322514c5d0e761b.tar.gz
Remove trailing whitespaces in *.c.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1905414 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'xlate')
-rw-r--r--xlate/xlate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlate/xlate.c b/xlate/xlate.c
index 6a84c3144..cdd66b575 100644
--- a/xlate/xlate.c
+++ b/xlate/xlate.c
@@ -175,7 +175,7 @@ static void check_sbcs(apr_xlate_t *convset)
/* reset the iconv descriptor, since it's now in an undefined
* state. */
apr_iconv_close(convset->ich, convset->pool);
- rv = apr_iconv_open(convset->topage, convset->frompage,
+ rv = apr_iconv_open(convset->topage, convset->frompage,
convset->pool, &convset->ich);
}
}