summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-01-15 10:57:03 -0500
committerNick Mathewson <nickm@torproject.org>2016-01-15 10:57:03 -0500
commitf47d4af04cdf5db86a298c25203f1600c23cb58d (patch)
tree2f2d2e0f9543968814428704e04919fd914f46e9 /src
parent00b13cb09170e5144516698429c29975abe2de10 (diff)
downloadtor-f47d4af04cdf5db86a298c25203f1600c23cb58d.tar.gz
tor-f47d4af04cdf5db86a298c25203f1600c23cb58d.zip
Whitespace cleanup
Diffstat (limited to 'src')
-rw-r--r--src/common/compat.h1
-rw-r--r--src/common/log.c1
-rw-r--r--src/common/torlog.h1
-rw-r--r--src/test/log_test_helpers.c1
-rw-r--r--src/test/log_test_helpers.h1
-rw-r--r--src/test/test_crypto.c1
-rw-r--r--src/test/test_options.c1
7 files changed, 6 insertions, 1 deletions
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 /* */
};
+