Remove extra ; from tt_assert() macro definition.
commit73b83b8f1a92aee93543095c96ae59ed6ba064a2
authorNick Mathewson <nickm@torproject.org>
Tue, 3 Dec 2019 05:51:09 +0000 (3 00:51 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 9 Jan 2020 12:30:35 +0000 (9 07:30 -0500)
tree25ce39b07ca6823fe80c0f0ce6896187c051a210
parent3ce2304c6d031020cd8a1f00dee6e87fbf40ecd4
Remove extra ; from tt_assert() macro definition.

We were actually omitting the semicolon in a few places, leading to
confusing indentation and some cocci failures.
src/ext/tinytest_macros.h
src/test/test_circuitlist.c
src/test/test_config.c
src/test/test_dir_handle_get.c