From: Rasmus Lerdorf Date: Fri, 22 Feb 2008 05:05:50 +0000 (+0000) Subject: Missing footer comment X-Git-Tag: RELEASE_2_0_0a1~389 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce9bce1fa782375a23c5f26dd66632365613cced;p=php Missing footer comment --- diff --git a/ext/soap/php_http.c b/ext/soap/php_http.c index fa8dc3bf21..fb37db30f2 100644 --- a/ext/soap/php_http.c +++ b/ext/soap/php_http.c @@ -1335,3 +1335,11 @@ static int get_http_headers(php_stream *stream, char **response, int *out_size T (*out_size) = tmp_response.len; return done; } +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * End: + * vim600: sw=4 ts=4 fdm=marker + * vim<600: sw=4 ts=4 + */