[or-cvs] r16819: {tor} Correct indentation. (tor/trunk/src/or)

kloesing at seul.org kloesing at seul.org
Tue Sep 9 22:19:41 UTC 2008


Author: kloesing
Date: 2008-09-09 18:19:41 -0400 (Tue, 09 Sep 2008)
New Revision: 16819

Modified:
   tor/trunk/src/or/connection.c
Log:
Correct indentation.

Modified: tor/trunk/src/or/connection.c
===================================================================
--- tor/trunk/src/or/connection.c	2008-09-09 21:09:15 UTC (rev 16818)
+++ tor/trunk/src/or/connection.c	2008-09-09 22:19:41 UTC (rev 16819)
@@ -528,9 +528,9 @@
        * 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:



More information about the tor-commits mailing list