diff options
author | Roger Dingledine <arma@torproject.org> | 2006-07-06 02:45:46 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-07-06 02:45:46 +0000 |
commit | 5b60f2aaf333ab8df868e83b593f63897c24b507 (patch) | |
tree | 3ab0e60b08eeb1d04d2520b5743bcb2e3250b913 | |
parent | ef6f6068cf6c8fe8a520466953cd799f72c9680e (diff) | |
download | tor-5b60f2aaf333ab8df868e83b593f63897c24b507.tar.gz tor-5b60f2aaf333ab8df868e83b593f63897c24b507.zip |
whitespace/tab fixes
svn:r6734
-rw-r--r-- | trunk/src/or/directory.c | 4 | ||||
-rw-r--r-- | trunk/src/or/dirserv.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/trunk/src/or/directory.c b/trunk/src/or/directory.c index 951021f52c..ead34f13a2 100644 --- a/trunk/src/or/directory.c +++ b/trunk/src/or/directory.c @@ -1433,8 +1433,8 @@ directory_handle_command_get(connection_t *conn, char *headers, log_debug(LD_DIRSERV,"Dumping %sdirectory to client.", deflated?"deflated ":""); write_http_response_header(conn, dlen, - deflated?"application/octet-stream":"text/plain", - deflated?"deflate":"identity"); + deflated?"application/octet-stream":"text/plain", + deflated?"deflate":"identity"); conn->cached_dir = d; conn->cached_dir_offset = 0; if (! deflated) diff --git a/trunk/src/or/dirserv.c b/trunk/src/or/dirserv.c index ed70440c57..679c169ea5 100644 --- a/trunk/src/or/dirserv.c +++ b/trunk/src/or/dirserv.c @@ -1866,8 +1866,8 @@ connection_dirserv_add_servers_to_outbuf(connection_t *conn) body, sd->signed_descriptor_len, last); if (last) { - tor_zlib_free(conn->zlib_state); - conn->zlib_state = NULL; + tor_zlib_free(conn->zlib_state); + conn->zlib_state = NULL; } } else { connection_write_to_buf(body, |