diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2008-09-09 22:19:41 +0000 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2008-09-09 22:19:41 +0000 |
commit | 52fbfc5d45e3f0eeae2cf4f2e85b0eaacbd5c32c (patch) | |
tree | 70a4849b5140f41bec1e12ad65e3a08e163c7f2c /src/or/connection.c | |
parent | 659f1651e0f807a01a6f8b84efe9598c3af20329 (diff) | |
download | tor-52fbfc5d45e3f0eeae2cf4f2e85b0eaacbd5c32c.tar.gz tor-52fbfc5d45e3f0eeae2cf4f2e85b0eaacbd5c32c.zip |
Correct indentation.
svn:r16819
Diffstat (limited to 'src/or/connection.c')
-rw-r--r-- | src/or/connection.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/or/connection.c b/src/or/connection.c index 75886c7e0c..fac73b52fd 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -528,9 +528,9 @@ connection_about_to_close_connection(connection_t *conn) * retry as needed. (If a fetch is successful, the connection state * is changed to DIR_PURPOSE_HAS_FETCHED_RENDDESC to mark that * refetching is unnecessary.) */ - if (conn->purpose == DIR_PURPOSE_FETCH_RENDDESC_V2 && - dir_conn->rend_query && - strlen(dir_conn->rend_query) == REND_SERVICE_ID_LEN_BASE32) + if (conn->purpose == DIR_PURPOSE_FETCH_RENDDESC_V2 && + dir_conn->rend_query && + strlen(dir_conn->rend_query) == REND_SERVICE_ID_LEN_BASE32) rend_client_refetch_v2_renddesc(dir_conn->rend_query); break; case CONN_TYPE_OR: |