summaryrefslogtreecommitdiff
path: root/ext/soap/php_http.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/php_http.c')
-rw-r--r--ext/soap/php_http.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/soap/php_http.c b/ext/soap/php_http.c
index f82eea4a31..2df0482563 100644
--- a/ext/soap/php_http.c
+++ b/ext/soap/php_http.c
@@ -1333,3 +1333,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
+ */