aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@fscked.org>2012-12-09 23:47:04 -0800
committerMike Perry <mikeperry-git@fscked.org>2012-12-09 23:47:04 -0800
commit4590993ff3d4393caaa1d9d68d04cf0af95c23c7 (patch)
tree943e39fd58833d90e345c20d7a399f3d244573f4 /src/or/rendservice.c
parentb75880d7b3d02f5c60bf2e215c6e84da4f3e1938 (diff)
downloadtor-4590993ff3d4393caaa1d9d68d04cf0af95c23c7.tar.gz
tor-4590993ff3d4393caaa1d9d68d04cf0af95c23c7.zip
Space fixes.
Diffstat (limited to 'src/or/rendservice.c')
-rw-r--r--src/or/rendservice.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/rendservice.c b/src/or/rendservice.c
index fbf14e9349..e70f969e8f 100644
--- a/src/or/rendservice.c
+++ b/src/or/rendservice.c
@@ -1383,7 +1383,7 @@ rend_service_introduce(origin_circuit_t *circuit, const uint8_t *request,
if (circuit_init_cpath_crypto(cpath,keys+DIGEST_LEN,1)<0)
goto err;
memcpy(cpath->handshake_digest, keys, DIGEST_LEN);
-
+
/* For path bias: This intro circuit was used successfully */
circuit->path_state = PATH_STATE_USE_SUCCEEDED;
@@ -2586,7 +2586,7 @@ rend_service_rendezvous_has_opened(origin_circuit_t *circuit)
tor_assert(circuit->rend_data);
/* Declare the circuit dirty to avoid reuse, and for path-bias */
- if(!circuit->base_.timestamp_dirty)
+ if (!circuit->base_.timestamp_dirty)
circuit->base_.timestamp_dirty = time(NULL);
hop = circuit->build_state->service_pending_final_cpath_ref->cpath;