mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fixed some spaces used instead of tabs
This commit is contained in:
parent
a233bfc766
commit
aff365871a
157 changed files with 1011 additions and 1014 deletions
|
@ -340,7 +340,7 @@ SAPI_API char *sapi_get_default_content_type(void)
|
|||
|
||||
SAPI_API void sapi_get_default_content_type_header(sapi_header_struct *default_header)
|
||||
{
|
||||
uint32_t len;
|
||||
uint32_t len;
|
||||
|
||||
default_header->header = get_default_content_type(sizeof("Content-type: ")-1, &len);
|
||||
default_header->header_len = len;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue