One more, appease "make check-spaces"

This commit is contained in:
Nick Mathewson 2014-11-27 22:57:04 -05:00
parent b1e1b439b8
commit e2641484a7
2 changed files with 1 additions and 1 deletions

View 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.
*/

View 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;
}