From: Nick Mathewson Date: Fri, 28 Nov 2014 03:57:04 +0000 (-0500) Subject: One more, appease "make check-spaces" X-Git-Tag: tor-0.2.6.2-alpha~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2641484a72c342ad6313eea135709f21c3a225a;p=thirdparty%2Ftor.git One more, appease "make check-spaces" --- diff --git a/src/or/main.c b/src/or/main.c index 64ccbd496c..e78e9bf6a6 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 c2ede846bf..61f69b3c36 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; } +