diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2008-08-04 23:39:07 +0000 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2008-08-04 23:39:07 +0000 |
commit | d166b9dc450fb4da0fee8c2e24172bc9bea933a1 (patch) | |
tree | 48a1ed3e69ae3833a1ed9ad07bcaba5935ff833f /src/or/circuitbuild.c | |
parent | 2a417700b441bc3d13a0d0476179788061addadf (diff) | |
download | tor-d166b9dc450fb4da0fee8c2e24172bc9bea933a1.tar.gz tor-d166b9dc450fb4da0fee8c2e24172bc9bea933a1.zip |
Make check-spaces happy.
svn:r16406
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r-- | src/or/circuitbuild.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index 8c54209624..eea3075874 100644 --- a/src/or/circuitbuild.c +++ b/src/or/circuitbuild.c @@ -415,7 +415,7 @@ circuit_n_conn_done(or_connection_t *or_conn, int status) pending_circs = smartlist_create(); circuit_get_all_pending_on_or_conn(pending_circs, or_conn); - SMARTLIST_FOREACH_BEGIN (pending_circs, circuit_t *, circ) + SMARTLIST_FOREACH_BEGIN(pending_circs, circuit_t *, circ) { /* These checks are redundant wrt get_all_pending_on_or_conn, but I'm * leaving them in in case it's possible for the status of a circuit to |