diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-04-30 13:38:39 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-04-30 13:38:39 -0400 |
commit | e8814816c752846d72cf9a55c6f785f3c483e3e2 (patch) | |
tree | fbc8ffa58907fefeb20da9d206698b1c220a740a /src/or/rendcommon.c | |
parent | e9308a8341dd7b14720412b2b38b5809e79e3735 (diff) | |
download | tor-e8814816c752846d72cf9a55c6f785f3c483e3e2.tar.gz tor-e8814816c752846d72cf9a55c6f785f3c483e3e2.zip |
whitespace fixes
Diffstat (limited to 'src/or/rendcommon.c')
-rw-r--r-- | src/or/rendcommon.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/or/rendcommon.c b/src/or/rendcommon.c index 5fe00da33b..9384220226 100644 --- a/src/or/rendcommon.c +++ b/src/or/rendcommon.c @@ -934,7 +934,7 @@ rend_valid_descriptor_id(const char *query) return 1; -invalid: + invalid: return 0; } @@ -1429,7 +1429,7 @@ compute_desc_id(rend_data_t *rend_data) } } -end: + end: return ret; } @@ -1498,7 +1498,8 @@ rend_data_client_create(const char *onion_address, const char *desc_id, return rend_data; -error: + error: rend_data_free(rend_data); return NULL; } + |