From ad5ce3c7edc6e43bd269660506c84e20b7da5e9e Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Mon, 18 Dec 2006 08:24:22 +0000 Subject: fix whitespace; add a todo item svn:r9148 --- src/or/circuituse.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/or/circuituse.c b/src/or/circuituse.c index adbf17e847..8168713ec6 100644 --- a/src/or/circuituse.c +++ b/src/or/circuituse.c @@ -778,8 +778,9 @@ static int did_circs_fail_last_period = 0; /** Launch a new circuit; see circuit_launch_by_extend_info() for * details on arguments. */ origin_circuit_t * -circuit_launch_by_router(uint8_t purpose, int onehop_tunnel, routerinfo_t *exit, - int need_uptime, int need_capacity, int internal) +circuit_launch_by_router(uint8_t purpose, int onehop_tunnel, + routerinfo_t *exit, int need_uptime, + int need_capacity, int internal) { origin_circuit_t *circ; extend_info_t *info = NULL; -- cgit v1.2.3-54-g00ecf