Whitespace cleanup

This commit is contained in:
Nick Mathewson 2016-01-15 10:57:03 -05:00
parent 00b13cb091
commit f47d4af04c
7 changed files with 6 additions and 1 deletions

View File

@ -708,3 +708,4 @@ ssize_t tor_getpass(const char *prompt, char *output, size_t buflen);
#include "compat_threads.h"
#endif

View File

@ -1378,3 +1378,4 @@ truncate_logs(void)
}
}
}

View File

@ -241,3 +241,4 @@ MOCK_DECL(STATIC void, logv, (int severity, log_domain_mask_t domain,
# define TOR_TORLOG_H
#endif

View File

@ -108,3 +108,4 @@ mock_saving_logv(int severity, log_domain_mask_t domain,
saved_logs = smartlist_new();
smartlist_add(saved_logs, e);
}

View File

@ -28,3 +28,4 @@ int mock_saved_severity_at(int ix);
int mock_saved_log_number(void);
#endif

View File

@ -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)
{

View File

@ -4289,3 +4289,4 @@ struct testcase_t options_tests[] = {
LOCAL_VALIDATE_TEST(accel),
END_OF_TESTCASES /* */
};