From: Nick Mathewson Date: Mon, 15 Oct 2012 14:55:52 +0000 (-0400) Subject: Fix a long line X-Git-Tag: tor-0.2.4.4-alpha~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=469b847c70c7cb801fa806e3336697866c1453d1;p=thirdparty%2Ftor.git Fix a long line --- diff --git a/src/or/dirserv.c b/src/or/dirserv.c index 0e4f2e0bb6..4e7216a13f 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 */