r13996@catbus: nickm | 2007-07-29 19:17:53 -0400

Fix whitespace


svn:r10977
This commit is contained in:
Nick Mathewson 2007-07-29 23:18:06 +00:00
parent 77508edd36
commit 3dbc825f36
2 changed files with 1 additions and 1 deletions

View File

@ -1817,7 +1817,6 @@ directory_handle_command_get(dir_connection_t *conn, const char *headers,
return 0;
}
if (!strcmp(url,"/tor/running-routers") ||
!strcmp(url,"/tor/running-routers.z")) { /* running-routers fetch */
int deflated = !strcmp(url,"/tor/running-routers.z");

View File

@ -1420,3 +1420,4 @@ dirvote_free_all(void)
pending_consensus_signature_list = NULL;
}
}