aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2015-02-18 19:27:02 -0500
committerRoger Dingledine <arma@torproject.org>2015-02-18 19:27:02 -0500
commit0e4bdc400576ba71ae885e94d32adc0e79e8e7fc (patch)
tree756b242ee54ebd3216fe5fe25d6c9d79ed18a5ad /src/or/routerparse.c
parentb401ccefd78593c16da5692c77c8c65976fd63d2 (diff)
downloadtor-0e4bdc400576ba71ae885e94d32adc0e79e8e7fc.tar.gz
tor-0e4bdc400576ba71ae885e94d32adc0e79e8e7fc.zip
clean up comments and whitespace a bit
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r--src/or/routerparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c
index 0e8bf8dbe1..5a9626f0a2 100644
--- a/src/or/routerparse.c
+++ b/src/or/routerparse.c
@@ -1827,7 +1827,7 @@ routerstatus_parse_guardfraction(const char *guardfraction_str,
}
guardfraction = (uint32_t)tor_parse_ulong(end_of_header+1,
- 10, 0, 100, &ok, NULL);
+ 10, 0, 100, &ok, NULL);
if (!ok) {
log_warn(LD_DIR, "Invalid GuardFraction %s", escaped(guardfraction_str));
return -1;