summaryrefslogtreecommitdiff
path: root/buckets/apr_buckets_eos.c
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 /buckets/apr_buckets_eos.c
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 'buckets/apr_buckets_eos.c')
-rw-r--r--buckets/apr_buckets_eos.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/buckets/apr_buckets_eos.c b/buckets/apr_buckets_eos.c
index 446cd3c23..561cab6dd 100644
--- a/buckets/apr_buckets_eos.c
+++ b/buckets/apr_buckets_eos.c
@@ -16,7 +16,7 @@
#include "apr_buckets.h"
-static apr_status_t eos_bucket_read(apr_bucket *b, const char **str,
+static apr_status_t eos_bucket_read(apr_bucket *b, const char **str,
apr_size_t *len, apr_read_type_e block)
{
*str = NULL;
@@ -30,7 +30,7 @@ APR_DECLARE(apr_bucket *) apr_bucket_eos_make(apr_bucket *b)
b->start = 0;
b->data = NULL;
b->type = &apr_bucket_type_eos;
-
+
return b;
}