Trailing whitespaces

Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com>
This commit is contained in:
Gabriel Caruso 2017-12-31 05:35:25 +01:00 committed by Christoph M. Becker
parent a76eeea736
commit 6400264856
230 changed files with 317342 additions and 317342 deletions

View file

@ -868,7 +868,7 @@ SAPI_API int sapi_send_headers(void)
memcpy(default_header.header, "Content-type: ", sizeof("Content-type: ") - 1);
memcpy(default_header.header + sizeof("Content-type: ") - 1, SG(sapi_headers).mimetype, len + 1);
sapi_header_add_op(SAPI_HEADER_ADD, &default_header);
} else {
efree(default_mimetype);