mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
More cleanup: Expand tabs and some more indentation fixes
No functional change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174929 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -930,7 +930,7 @@ static int cgi_handler(request_rec *r)
|
||||
|
||||
b = cgi_bucket_create(r, script_in, script_err, c->bucket_alloc);
|
||||
if (b == NULL)
|
||||
return HTTP_INTERNAL_SERVER_ERROR;
|
||||
return HTTP_INTERNAL_SERVER_ERROR;
|
||||
#else
|
||||
b = apr_bucket_pipe_create(script_in, c->bucket_alloc);
|
||||
#endif
|
||||
@@ -945,8 +945,8 @@ static int cgi_handler(request_rec *r)
|
||||
int ret;
|
||||
|
||||
if ((ret = ap_scan_script_header_err_brigade_ex(r, bb, sbuf,
|
||||
APLOG_MODULE_INDEX)))
|
||||
{
|
||||
APLOG_MODULE_INDEX)))
|
||||
{
|
||||
ret = log_script(r, conf, ret, dbuf, sbuf, bb, script_err);
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user