]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Correct indentation.
authorKarsten Loesing <karsten.loesing@gmx.net>
Tue, 9 Sep 2008 22:19:41 +0000 (22:19 +0000)
committerKarsten Loesing <karsten.loesing@gmx.net>
Tue, 9 Sep 2008 22:19:41 +0000 (22:19 +0000)
svn:r16819

src/or/connection.c

index 75886c7e0c2a280fb228ce17b326dc9e6f2e094a..fac73b52fd5fdbefc1e042cfb1c5dd8c7aa8127c 100644 (file)
@@ -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: