diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-09-17 08:19:53 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-09-17 08:19:53 -0400 |
commit | 22643272d24fdcd106887b792f2e36dc604029c0 (patch) | |
tree | 1ca93a075253982e4a628fa7f5b880890e0ae9b8 /src/feature/hs | |
parent | c92e19268bcff04e4726e4f243f7125de66d2c2d (diff) | |
download | tor-22643272d24fdcd106887b792f2e36dc604029c0.tar.gz tor-22643272d24fdcd106887b792f2e36dc604029c0.zip |
Fix wide lines
Diffstat (limited to 'src/feature/hs')
-rw-r--r-- | src/feature/hs/hs_service.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/feature/hs/hs_service.c b/src/feature/hs/hs_service.c index 71f38dfb69..f2a8898b2c 100644 --- a/src/feature/hs/hs_service.c +++ b/src/feature/hs/hs_service.c @@ -1717,7 +1717,8 @@ build_desc_signing_key_cert(hs_service_descriptor_t *desc, time_t now) CERT_FLAG_INCLUDE_SIGNING_KEY); /* If the cert creation fails, the descriptor encoding will fail and thus * ultimately won't be uploaded. We'll get a stack trace to help us learn - * where the call came from and the tor_cert_create_ed25519() will log the error. */ + * where the call came from and the tor_cert_create_ed25519() will log the + * error. */ tor_assert_nonfatal(plaintext->signing_key_cert); } |