diff options
author | Roger Dingledine <arma@torproject.org> | 2004-11-26 04:00:55 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-11-26 04:00:55 +0000 |
commit | 7c9a707900b6d4324eb26102aa7a5ade8a49e1ec (patch) | |
tree | 6304691620c84b07a3b72e5efb48851b21f86bb3 /src/or/rendmid.c | |
parent | 02a30a348a3ad2cb42dbfc4f36b5bbe7e9f80d84 (diff) | |
download | tor-7c9a707900b6d4324eb26102aa7a5ade8a49e1ec.tar.gz tor-7c9a707900b6d4324eb26102aa7a5ade8a49e1ec.zip |
remove emacs droppings, since nick says he doesn't need them anymore
svn:r2989
Diffstat (limited to 'src/or/rendmid.c')
-rw-r--r-- | src/or/rendmid.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/or/rendmid.c b/src/or/rendmid.c index 02394d8d3d..f37e19e53d 100644 --- a/src/or/rendmid.c +++ b/src/or/rendmid.c @@ -287,10 +287,3 @@ rend_mid_rendezvous(circuit_t *circ, const char *request, size_t request_len) return -1; } -/* - Local Variables: - mode:c - indent-tabs-mode:nil - c-basic-offset:2 - End: -*/ |