push a load of changes before holidays
[m6w6/ext-http] / php_http_encoding.c
index 07a026d3fe532de0cd44cd9c1a60b6c95106637a..93712c7b4f2a487274338548b513a7e1d6e81a26 100644 (file)
@@ -486,7 +486,7 @@ static STATUS inflate_update(php_http_encoding_stream_t *s, const char *data, si
        
        /* append input to buffer */
        php_http_buffer_append(PHP_HTTP_BUFFER(ctx->opaque), data, data_len);
-       
+
 retry_raw_inflate:
        ctx->next_in = (Bytef *) PHP_HTTP_BUFFER_VAL(ctx->opaque);
        ctx->avail_in = PHP_HTTP_BUFFER_LEN(ctx->opaque);