mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Whitespace cleanup
This commit is contained in:
parent
00b13cb091
commit
f47d4af04c
@ -708,3 +708,4 @@ ssize_t tor_getpass(const char *prompt, char *output, size_t buflen);
|
||||
#include "compat_threads.h"
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -1378,3 +1378,4 @@ truncate_logs(void)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -241,3 +241,4 @@ MOCK_DECL(STATIC void, logv, (int severity, log_domain_mask_t domain,
|
||||
|
||||
# define TOR_TORLOG_H
|
||||
#endif
|
||||
|
||||
|
@ -108,3 +108,4 @@ mock_saving_logv(int severity, log_domain_mask_t domain,
|
||||
saved_logs = smartlist_new();
|
||||
smartlist_add(saved_logs, e);
|
||||
}
|
||||
|
||||
|
@ -28,3 +28,4 @@ int mock_saved_severity_at(int ix);
|
||||
int mock_saved_log_number(void);
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -1734,7 +1734,6 @@ static const struct testcase_setup_t ed25519_test_setup = {
|
||||
ed25519_testcase_setup, ed25519_testcase_cleanup
|
||||
};
|
||||
|
||||
|
||||
static void
|
||||
test_crypto_ed25519_simple(void *arg)
|
||||
{
|
||||
|
@ -4289,3 +4289,4 @@ struct testcase_t options_tests[] = {
|
||||
LOCAL_VALIDATE_TEST(accel),
|
||||
END_OF_TESTCASES /* */
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user