summaryrefslogtreecommitdiff
path: root/src/or/hs_common.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-12-07 10:52:55 -0500
committerNick Mathewson <nickm@torproject.org>2017-12-08 14:47:19 -0500
commit17dcce3fe11bfea9c7c46d2b9fd5baeb63ebe1e2 (patch)
treef4aa0a4ea953572110a0862738a4a98d989fb2c7 /src/or/hs_common.h
parent285632a61b4e4aeec07b26004396473e0d8f4a43 (diff)
downloadtor-17dcce3fe11bfea9c7c46d2b9fd5baeb63ebe1e2.tar.gz
tor-17dcce3fe11bfea9c7c46d2b9fd5baeb63ebe1e2.zip
Fix wide lines introduced by previous patch.
Diffstat (limited to 'src/or/hs_common.h')
-rw-r--r--src/or/hs_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/hs_common.h b/src/or/hs_common.h
index 10b056787b..299d338f41 100644
--- a/src/or/hs_common.h
+++ b/src/or/hs_common.h
@@ -182,7 +182,8 @@ void hs_build_blinded_keypair(const ed25519_keypair_t *kp,
int hs_service_requires_uptime_circ(const smartlist_t *ports);
void rend_data_free_(rend_data_t *data);
-#define rend_data_free(data) FREE_AND_NULL(rend_data_t, rend_data_free_, (data))
+#define rend_data_free(data) \
+ FREE_AND_NULL(rend_data_t, rend_data_free_, (data))
rend_data_t *rend_data_dup(const rend_data_t *data);
rend_data_t *rend_data_client_create(const char *onion_address,
const char *desc_id,