Browse Source

Whitespace cleanup.

svn:r19080
Nick Mathewson 15 years ago
parent
commit
b5135f1190
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/or/or.h

+ 2 - 1
src/or/or.h

@@ -4239,7 +4239,8 @@ int is_legal_nickname(const char *s);
 int is_legal_nickname_or_hexdigest(const char *s);
 int is_legal_hexdigest(const char *s);
 void router_get_verbose_nickname(char *buf, const routerinfo_t *router);
-void routerstatus_get_verbose_nickname(char *buf, const routerstatus_t *router);
+void routerstatus_get_verbose_nickname(char *buf,
+                                       const routerstatus_t *router);
 void router_reset_warnings(void);
 void router_reset_reachability(void);
 void router_free_all(void);