summaryrefslogtreecommitdiff
path: root/buckets/apr_buckets_eos.c
diff options
context:
space:
mode:
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;
}