Browse Source

put a blank line in the directory, before the first router
this makes it easier to read (at least for me)


svn:r613

Roger Dingledine 20 years ago
parent
commit
35dcfcb145
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/dirserv.c

+ 1 - 1
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;