[tor-commits] [tor/master] Whitespace cleanup

nickm at torproject.org nickm at torproject.org
Fri Jan 15 16:17:49 UTC 2016


commit f47d4af04cdf5db86a298c25203f1600c23cb58d
Author: Nick Mathewson <nickm at torproject.org>
Date:   Fri Jan 15 10:57:03 2016 -0500

    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(-)

diff --git a/src/common/compat.h b/src/common/compat.h
index 0717ed3..8f35dfd 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 e0bfcf8..4a8a7b1 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 53e3984..3e86678 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 7831ecc..51b5f9b 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 4822ce5..af8e8a6 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 b3e0e1b..fb21f3a 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 18e3e91..a8b0ba9 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              /*  */
 };
+



More information about the tor-commits mailing list