commit 93b699e1ea5f4107f545cca97de627a3746e1daf Author: Nick Mathewson nickm@torproject.org Date: Mon May 23 01:10:49 2011 -0400
Appease make check-spaces wrt procmon.h --- src/common/procmon.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/common/procmon.h b/src/common/procmon.h index f8c7444..02eb2da 100644 --- a/src/common/procmon.h +++ b/src/common/procmon.h @@ -27,3 +27,4 @@ tor_process_monitor_t *tor_process_monitor_new(struct event_base *base, void tor_process_monitor_free(tor_process_monitor_t *procmon);
#endif +
tor-commits@lists.torproject.org