From f47d4af04cdf5db86a298c25203f1600c23cb58d Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 15 Jan 2016 10:57:03 -0500 Subject: Whitespace cleanup --- src/common/compat.h | 1 + src/common/log.c | 1 + src/common/torlog.h | 1 + src/test/log_test_helpers.c | 1 + src/test/log_test_helpers.h | 1 + src/test/test_crypto.c | 1 - src/test/test_options.c | 1 + 7 files changed, 6 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/common/compat.h b/src/common/compat.h index 0717ed34f2..8f35dfd110 100644 --- a/src/common/compat.h +++ b/src/common/compat.h @@ -708,3 +708,4 @@ ssize_t tor_getpass(const char *prompt, char *output, size_t buflen); #include "compat_threads.h" #endif + diff --git a/src/common/log.c b/src/common/log.c index e0bfcf883c..4a8a7b1165 100644 --- a/src/common/log.c +++ b/src/common/log.c @@ -1378,3 +1378,4 @@ truncate_logs(void) } } } + diff --git a/src/common/torlog.h b/src/common/torlog.h index 53e3984f63..3e8667895f 100644 --- a/src/common/torlog.h +++ b/src/common/torlog.h @@ -241,3 +241,4 @@ MOCK_DECL(STATIC void, logv, (int severity, log_domain_mask_t domain, # define TOR_TORLOG_H #endif + diff --git a/src/test/log_test_helpers.c b/src/test/log_test_helpers.c index 7831eccb8a..51b5f9b7b1 100644 --- a/src/test/log_test_helpers.c +++ b/src/test/log_test_helpers.c @@ -108,3 +108,4 @@ mock_saving_logv(int severity, log_domain_mask_t domain, saved_logs = smartlist_new(); smartlist_add(saved_logs, e); } + diff --git a/src/test/log_test_helpers.h b/src/test/log_test_helpers.h index 4822ce5677..af8e8a60e7 100644 --- a/src/test/log_test_helpers.h +++ b/src/test/log_test_helpers.h @@ -28,3 +28,4 @@ int mock_saved_severity_at(int ix); int mock_saved_log_number(void); #endif + diff --git a/src/test/test_crypto.c b/src/test/test_crypto.c index b3e0e1b944..fb21f3ad09 100644 --- a/src/test/test_crypto.c +++ b/src/test/test_crypto.c @@ -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) { diff --git a/src/test/test_options.c b/src/test/test_options.c index 18e3e91c13..a8b0ba9603 100644 --- a/src/test/test_options.c +++ b/src/test/test_options.c @@ -4289,3 +4289,4 @@ struct testcase_t options_tests[] = { LOCAL_VALIDATE_TEST(accel), END_OF_TESTCASES /* */ }; + -- cgit v1.2.3-54-g00ecf