Explorar o código

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 %!s(int64=22) %!d(string=hai) anos
pai
achega
35dcfcb145
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;