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

Whitespace cleanup

parent 00b13cb0
No related branches found
No related tags found
No related merge requests found
......@@ -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 /* */
};
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