mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Keep make check-spaces happy
This commit is contained in:
@@ -823,7 +823,8 @@ test_address_get_if_addrs6_list_no_internal(void *arg)
|
||||
|
||||
(void)arg;
|
||||
|
||||
int prev_level = setup_capture_of_logs(LOG_ERR); /* We might drop a log_err */
|
||||
/* We might drop a log_err */
|
||||
int prev_level = setup_capture_of_logs(LOG_ERR);
|
||||
results = get_interface_address6_list(LOG_ERR, AF_INET6, 0);
|
||||
tt_int_op(smartlist_len(mock_saved_logs()), OP_LE, 1);
|
||||
teardown_capture_of_logs(prev_level);
|
||||
|
||||
Reference in New Issue
Block a user