From: Christophe Jaillet Date: Wed, 22 Oct 2014 05:22:09 +0000 (+0000) Subject: tab vs space X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f802a576142e64d3c44d5c1210f9b793e3568229;p=thirdparty%2Fapache%2Fhttpd.git tab vs space git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1633528 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/util_expr_eval.c b/server/util_expr_eval.c index 8ac890e9ceb..f7c439c6275 100644 --- a/server/util_expr_eval.c +++ b/server/util_expr_eval.c @@ -1060,14 +1060,14 @@ static const char *sha1_func(ap_expr_eval_ctx_t *ctx, const void *data, static const char *md5_func(ap_expr_eval_ctx_t *ctx, const void *data, const char *arg) { - return ap_md5(ctx->p, (const unsigned char *)arg); + return ap_md5(ctx->p, (const unsigned char *)arg); } #if APR_VERSION_AT_LEAST(1,6,0) static const char *ldap_func(ap_expr_eval_ctx_t *ctx, const void *data, const char *arg) { - return apr_pescape_ldap(ctx->p, arg, APR_ESCAPE_STRING, APR_ESCAPE_LDAP_ALL); + return apr_pescape_ldap(ctx->p, arg, APR_ESCAPE_STRING, APR_ESCAPE_LDAP_ALL); } #endif