summaryrefslogtreecommitdiff
path: root/evrpc.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 /evrpc.c
parent8fdf09c09d2f92d7bc1a333b24a6490f65d5369c (diff)
downloadlibevent-e5bbd40ad7f66f80170454683342076ec1e92d31.tar.gz
Clean up formatting: use tabs, not 8-spaces, to indent.
Diffstat (limited to 'evrpc.c')
-rw-r--r--evrpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/evrpc.c b/evrpc.c
index 8600297b..6ba1382f 100644
--- a/evrpc.c
+++ b/evrpc.c
@@ -261,7 +261,7 @@ evrpc_unregister_rpc(struct evrpc_base *base, const char *name)
mm_free((char *)rpc->uri);
mm_free(rpc);
- registered_uri = evrpc_construct_uri(name);
+ registered_uri = evrpc_construct_uri(name);
/* remove the http server callback */
EVUTIL_ASSERT(evhttp_del_cb(base->http_server, registered_uri) == 0);