소스 검색

Add missing newline after decode_intro_points() closing bracket

Neel Chauhan 6 년 전
부모
커밋
27e067df4f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/feature/hs/hs_descriptor.c

+ 1 - 0
src/feature/hs/hs_descriptor.c

@@ -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