From: foobar Date: Tue, 18 Mar 2003 01:24:18 +0000 (+0000) Subject: whitespace.. X-Git-Tag: RELEASE_0_5~434 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6121c846b3a1bdab606af8b7198edd4bf2deb5c2;p=php whitespace.. --- diff --git a/sapi/apache2handler/sapi_apache2.c b/sapi/apache2handler/sapi_apache2.c index c8e8e10718..7d5148149d 100644 --- a/sapi/apache2handler/sapi_apache2.c +++ b/sapi/apache2handler/sapi_apache2.c @@ -429,7 +429,7 @@ static void php_apache_request_ctor(request_rec *r, php_struct *ctx TSRMLS_DC) if (!PG(safe_mode)) { auth = apr_table_get(r->headers_in, "Authorization"); php_handle_auth_data(auth TSRMLS_CC); - ctx->r->user = apr_pstrdup(ctx->r->pool, SG(request_info).auth_user); + ctx->r->user = apr_pstrdup(ctx->r->pool, SG(request_info).auth_user); } else { SG(request_info).auth_user = NULL; SG(request_info).auth_password = NULL;