Skip to content
Snippets Groups Projects
Commit 35dcfcb1 authored by Roger Dingledine's avatar Roger Dingledine
Browse files

put a blank line in the directory, before the first router

this makes it easier to read (at least for me)


svn:r613
parent f96f964a
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment