Skip to content
Snippets Groups Projects
Commit c8c86c9b authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Fix a double-newline

parent 5124bc25
No related branches found
No related tags found
No related merge requests found
......@@ -864,7 +864,6 @@ test_addr_localname(void *arg)
tt_assert(tor_addr_hostname_is_local("here.now.local"));
tt_assert(tor_addr_hostname_is_local("here.now.LOCAL"));
tt_assert(!tor_addr_hostname_is_local(" localhost"));
tt_assert(!tor_addr_hostname_is_local("www.torproject.org"));
done:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment