diff options
author | Roger Dingledine <arma@torproject.org> | 2003-03-24 03:00:20 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-03-24 03:00:20 +0000 |
commit | b8da74d30a0f0c7fbde54351d040957e1f309f41 (patch) | |
tree | 0b355c56584becb6052cda85adede2d84787198d /src/or/connection_exit.c | |
parent | 9ac9db782aeacf62e2b625de0c629640f0ebdc25 (diff) | |
download | tor-b8da74d30a0f0c7fbde54351d040957e1f309f41.tar.gz tor-b8da74d30a0f0c7fbde54351d040957e1f309f41.zip |
get rid of those nasty tabs
svn:r216
Diffstat (limited to 'src/or/connection_exit.c')
-rw-r--r-- | src/or/connection_exit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/connection_exit.c b/src/or/connection_exit.c index b797d71983..e974ead1b9 100644 --- a/src/or/connection_exit.c +++ b/src/or/connection_exit.c @@ -252,8 +252,8 @@ int connection_exit_process_data_cell(cell_t *cell, circuit_t *circ) { #ifdef USE_ZLIB log(LOG_DEBUG,"connection_exit_process_data_cell(): uncompressing %d bytes onto outbuf...",cell->length - TOPIC_HEADER_SIZE); len = connection_decompress_to_buf(cell->payload + TOPIC_HEADER_SIZE, - cell->length - TOPIC_HEADER_SIZE, - conn, Z_SYNC_FLUSH); + cell->length - TOPIC_HEADER_SIZE, + conn, Z_SYNC_FLUSH); log(LOG_DEBUG,"%d bytes written", len); if (len<0) { log(LOG_INFO,"connection_exit_process_data_cell(): write to buf failed. Marking for close."); |