aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendclient.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-04-30 13:38:39 -0400
committerNick Mathewson <nickm@torproject.org>2015-04-30 13:38:39 -0400
commite8814816c752846d72cf9a55c6f785f3c483e3e2 (patch)
treefbc8ffa58907fefeb20da9d206698b1c220a740a /src/or/rendclient.c
parente9308a8341dd7b14720412b2b38b5809e79e3735 (diff)
downloadtor-e8814816c752846d72cf9a55c6f785f3c483e3e2.tar.gz
tor-e8814816c752846d72cf9a55c6f785f3c483e3e2.zip
whitespace fixes
Diffstat (limited to 'src/or/rendclient.c')
-rw-r--r--src/or/rendclient.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/or/rendclient.c b/src/or/rendclient.c
index 834759cdc7..d0c4b87010 100644
--- a/src/or/rendclient.c
+++ b/src/or/rendclient.c
@@ -780,7 +780,7 @@ fetch_v2_desc_by_descid(const char *desc_id, const rend_data_t *rend_query,
/* Everything went well. */
ret = 0;
-end:
+ end:
return ret;
}
@@ -847,7 +847,7 @@ fetch_v2_desc_by_addr(rend_data_t *query, smartlist_t *hsdirs)
"we already tried them all unsuccessfully.");
ret = 0;
-end:
+ end:
memwipe(descriptor_id, 0, sizeof(descriptor_id));
return ret;
}
@@ -877,7 +877,7 @@ rend_client_fetch_v2_desc(rend_data_t *query, smartlist_t *hsdirs)
goto error;
}
-error:
+ error:
return ret;
}