diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-12-15 21:17:40 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-12-15 21:17:40 +0000 |
commit | 24e79df0b6e27f534cde5e15967e6a12e1e3535b (patch) | |
tree | 872fecdf06f35c631bf3a116aa83e7a7b102303d /src/or/routerparse.c | |
parent | 713c995adb3fcbdb3a05ac61b2e46f205432dce2 (diff) | |
download | tor-24e79df0b6e27f534cde5e15967e6a12e1e3535b.tar.gz tor-24e79df0b6e27f534cde5e15967e6a12e1e3535b.zip |
Whitespace fixes; comments.
svn:r5596
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r-- | src/or/routerparse.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c index c3f673d32c..6512dec2e9 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -777,7 +777,8 @@ router_parse_entry_from_string(const char *s, const char *end) goto err; } else { if (tok->n_args < 3) { - warn(LD_DIR,"Not enough arguments to \"bandwidth\" in server descriptor."); + warn(LD_DIR, + "Not enough arguments to \"bandwidth\" in server descriptor."); goto err; } router->bandwidthrate = |