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/util.c | |
parent | 02a30a348a3ad2cb42dbfc4f36b5bbe7e9f80d84 (diff) | |
download | tor-7c9a707900b6d4324eb26102aa7a5ade8a49e1ec.tar tor-7c9a707900b6d4324eb26102aa7a5ade8a49e1ec.tar.gz |
remove emacs droppings, since nick says he doesn't need them anymore
svn:r2989
Diffstat (limited to 'src/common/util.c')
-rw-r--r-- | src/common/util.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/common/util.c b/src/common/util.c index f2386cde4..a6a082a96 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -1362,10 +1362,3 @@ void write_pidfile(char *filename) { #endif } -/* - Local Variables: - mode:c - indent-tabs-mode:nil - c-basic-offset:2 - End: -*/ |