[tor/master] fix check-spaces once more

commit 15bfdbeb9db2bc3585ba623851ed2ee2a0dd0a80 Author: Nick Mathewson <nickm@torproject.org> Date: Tue Oct 6 11:32:37 2015 -0400 fix check-spaces once more --- src/or/routerlist.c | 1 + src/or/routerlist.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/or/routerlist.c b/src/or/routerlist.c index 2669977..694a148 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -5214,3 +5214,4 @@ MOCK_IMPL(int, hid_serv_responsible_for_desc_id, smartlist_free(responsible); return result; } + diff --git a/src/or/routerlist.h b/src/or/routerlist.h index ec09f23..100ab58 100644 --- a/src/or/routerlist.h +++ b/src/or/routerlist.h @@ -243,3 +243,4 @@ MOCK_DECL(STATIC void, initiate_descriptor_downloads, #endif #endif +
participants (1)
-
nickm@torproject.org