]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add missing newline after decode_intro_points() closing bracket
authorNeel Chauhan <neel@neelc.org>
Wed, 5 Jun 2019 16:50:01 +0000 (12:50 -0400)
committerNeel Chauhan <neel@neelc.org>
Wed, 5 Jun 2019 16:50:01 +0000 (12:50 -0400)
src/feature/hs/hs_descriptor.c

index 52dc8690c39fb2f61fa1a893912f93331c921549..a8796c0029863f7184094d9262f5cb306e9901fb 100644 (file)
@@ -1968,6 +1968,7 @@ decode_intro_points(const hs_descriptor_t *desc,
   SMARTLIST_FOREACH(intro_points, char *, a, tor_free(a));
   smartlist_free(intro_points);
 }
+
 /* Return 1 iff the given base64 encoded signature in b64_sig from the encoded
  * descriptor in encoded_desc validates the descriptor content. */
 STATIC int