commit 469b847c70c7cb801fa806e3336697866c1453d1 Author: Nick Mathewson nickm@torproject.org Date: Mon Oct 15 10:55:52 2012 -0400
Fix a long line --- src/or/dirserv.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/or/dirserv.c b/src/or/dirserv.c index 0e4f2e0..4e7216a 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -93,7 +93,8 @@ static const signed_descriptor_t *get_signed_descriptor_by_fp( const char *fp, int extrainfo, time_t publish_cutoff); -static was_router_added_t dirserv_add_extrainfo(extrainfo_t *ei, const char **msg); +static was_router_added_t dirserv_add_extrainfo(extrainfo_t *ei, + const char **msg);
/************** Measured Bandwidth parsing code ******/ #define MAX_MEASUREMENT_AGE (3*24*60*60) /* 3 days */