summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2003-10-17 10:24:58 +0000
committerRoger Dingledine <arma@torproject.org>2003-10-17 10:24:58 +0000
commit35dcfcb1452d0d1f2a2485a0d29266b1f61785df (patch)
tree9f6e48f9f35094ab975e167757aee57adaced7a8
parentf96f964a198bf1e153cb189d6c6d2fd5e4816813 (diff)
downloadtor-35dcfcb1452d0d1f2a2485a0d29266b1f61785df.tar.gz
tor-35dcfcb1452d0d1f2a2485a0d29266b1f61785df.zip
put a blank line in the directory, before the first router
this makes it easier to read (at least for me) svn:r613
-rw-r--r--src/or/dirserv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c
index cb64c2b697..e8257e4d2b 100644
--- a/src/or/dirserv.c
+++ b/src/or/dirserv.c
@@ -353,7 +353,7 @@ dirserv_dump_directory_to_string(char *s, int maxlen,
"signed-directory\n"
"published %s\n"
"recommended-software "RECOMMENDED_SOFTWARE_VERSIONS"\n"
- "running-routers %s\n", published, cp);
+ "running-routers %s\n\n", published, cp);
free(cp);
i = strlen(s);
cp = s+i;