diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-10-06 11:32:37 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-10-06 11:32:37 -0400 |
commit | 15bfdbeb9db2bc3585ba623851ed2ee2a0dd0a80 (patch) | |
tree | 9124688880b69a49cba3d423cdc05d2926d8c156 /src/or/routerlist.h | |
parent | f179abdca935d6d119f66e469232b36955a292b4 (diff) | |
download | tor-15bfdbeb9db2bc3585ba623851ed2ee2a0dd0a80.tar.gz tor-15bfdbeb9db2bc3585ba623851ed2ee2a0dd0a80.zip |
fix check-spaces once more
Diffstat (limited to 'src/or/routerlist.h')
-rw-r--r-- | src/or/routerlist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/routerlist.h b/src/or/routerlist.h index ec09f234a5..100ab5848f 100644 --- a/src/or/routerlist.h +++ b/src/or/routerlist.h @@ -243,3 +243,4 @@ MOCK_DECL(STATIC void, initiate_descriptor_downloads, #endif #endif + |