summaryrefslogtreecommitdiff
path: root/bufferevent_pair.c
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 /bufferevent_pair.c
parent8fdf09c09d2f92d7bc1a333b24a6490f65d5369c (diff)
downloadlibevent-e5bbd40ad7f66f80170454683342076ec1e92d31.tar.gz
Clean up formatting: use tabs, not 8-spaces, to indent.
Diffstat (limited to 'bufferevent_pair.c')
-rw-r--r--bufferevent_pair.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bufferevent_pair.c b/bufferevent_pair.c
index fc00a7c2..32280a6a 100644
--- a/bufferevent_pair.c
+++ b/bufferevent_pair.c
@@ -113,7 +113,7 @@ int
bufferevent_pair_new(struct event_base *base, int options,
struct bufferevent *pair[2])
{
- struct bufferevent_pair *bufev1 = NULL, *bufev2 = NULL;
+ struct bufferevent_pair *bufev1 = NULL, *bufev2 = NULL;
int tmp_options;
options |= BEV_OPT_DEFER_CALLBACKS;