diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-03-15 09:21:29 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-03-15 09:21:29 -0400 |
commit | b48f8a8114575793046a8e9d3544d6b2d0a17f82 (patch) | |
tree | 406217796ac1f3ef57e50f3bebf2591a1da9b08a /src/or/routerlist.c | |
parent | c9899ee64008b63cb9867115ac684590dd50f902 (diff) | |
download | tor-b48f8a8114575793046a8e9d3544d6b2d0a17f82.tar.gz tor-b48f8a8114575793046a8e9d3544d6b2d0a17f82.zip |
Fix whitespace.
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r-- | src/or/routerlist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c index 7f20aa9c3e..bc5e2e9133 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -5395,3 +5395,4 @@ refresh_all_country_info(void) nodelist_refresh_countries(); } + |