[tor-commits] [tor/master] One more, appease "make check-spaces"
nickm at torproject.org
nickm at torproject.org
Fri Nov 28 03:58:34 UTC 2014
commit e2641484a72c342ad6313eea135709f21c3a225a
Author: Nick Mathewson <nickm at torproject.org>
Date: Thu Nov 27 22:57:04 2014 -0500
One more, appease "make check-spaces"
---
src/or/main.c | 1 -
src/or/scheduler.c | 1 +
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/or/main.c b/src/or/main.c
index 64ccbd4..e78e9bf 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -224,7 +224,6 @@ set_buffer_lengths_to_zero(tor_socket_t s)
}
#endif
-
/** Return 1 if we have successfully built a circuit, and nothing has changed
* to make us think that maybe we can't.
*/
diff --git a/src/or/scheduler.c b/src/or/scheduler.c
index c2ede84..61f69b3 100644
--- a/src/or/scheduler.c
+++ b/src/or/scheduler.c
@@ -706,3 +706,4 @@ scheduler_set_watermarks(uint32_t lo, uint32_t hi, uint32_t max_flush)
sched_q_high_water = hi;
sched_max_flush_cells = max_flush;
}
+
More information about the tor-commits
mailing list