]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
One more, appease "make check-spaces"
authorNick Mathewson <nickm@torproject.org>
Fri, 28 Nov 2014 03:57:04 +0000 (22:57 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 28 Nov 2014 03:57:04 +0000 (22:57 -0500)
src/or/main.c
src/or/scheduler.c

index 64ccbd496cb13a2a03556268c7f64b2145dac25e..e78e9bf6a60dca2f9bebc75f742d5ed814e03e27 100644 (file)
@@ -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.
  */
index c2ede846bff74fe2d8e710cd4f6bd1582a67969e..61f69b3c369b4cf5575ec767068a8b5b37191062 100644 (file)
@@ -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;
 }
+