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/common/compat.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/common/compat.c')
-rw-r--r-- | src/common/compat.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/common/compat.c b/src/common/compat.c index 4a02dd1c7a..5b70ad7dbf 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -672,10 +672,3 @@ const char *tor_socket_strerror(int e) return strerror(e); } #endif -/* - Local Variables: - mode:c - indent-tabs-mode:nil - c-basic-offset:2 - End: -*/ |