From: Christophe Jaillet Date: Wed, 22 Oct 2014 05:22:09 +0000 (+0000) Subject: tab vs space X-Git-Tag: 2.5.0-alpha~3761 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=268e463e270ac8fbfc52e887e9c1743c461854eb;p=apache 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 8ac890e9ce..f7c439c627 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