summaryrefslogtreecommitdiff
path: root/http-internal.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-02-18 17:41:15 -0500
committerNick Mathewson <nickm@torproject.org>2010-02-18 17:44:09 -0500
commite5bbd40ad7f66f80170454683342076ec1e92d31 (patch)
tree84a839ef40c6054d982a3799f0408053aa52238a /http-internal.h
parent8fdf09c09d2f92d7bc1a333b24a6490f65d5369c (diff)
downloadlibevent-e5bbd40ad7f66f80170454683342076ec1e92d31.tar.gz
Clean up formatting: use tabs, not 8-spaces, to indent.
Diffstat (limited to 'http-internal.h')
-rw-r--r--http-internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/http-internal.h b/http-internal.h
index c468e920..a49bcd7d 100644
--- a/http-internal.h
+++ b/http-internal.h
@@ -125,12 +125,12 @@ struct evhttp {
TAILQ_HEAD(boundq, evhttp_bound_socket) sockets;
TAILQ_HEAD(httpcbq, evhttp_cb) callbacks;
- struct evconq connections;
+ struct evconq connections;
TAILQ_HEAD(vhostsq, evhttp) virtualhosts;
/* NULL if this server is not a vhost */
- char *vhost_pattern;
+ char *vhost_pattern;
int timeout;