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 | |
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')
-rw-r--r-- | src/common/aes.c | 7 | ||||
-rw-r--r-- | src/common/aes.h | 7 | ||||
-rw-r--r-- | src/common/compat.c | 7 | ||||
-rw-r--r-- | src/common/compat.h | 7 | ||||
-rw-r--r-- | src/common/container.c | 7 | ||||
-rw-r--r-- | src/common/container.h | 8 | ||||
-rw-r--r-- | src/common/crypto.c | 7 | ||||
-rw-r--r-- | src/common/crypto.h | 7 | ||||
-rw-r--r-- | src/common/fakepoll.c | 7 | ||||
-rw-r--r-- | src/common/fakepoll.h | 7 | ||||
-rw-r--r-- | src/common/log.c | 7 | ||||
-rw-r--r-- | src/common/log.h | 7 | ||||
-rw-r--r-- | src/common/test.h | 7 | ||||
-rw-r--r-- | src/common/torgzip.c | 7 | ||||
-rw-r--r-- | src/common/torint.h | 7 | ||||
-rw-r--r-- | src/common/tortls.c | 7 | ||||
-rw-r--r-- | src/common/tortls.h | 7 | ||||
-rw-r--r-- | src/common/util.c | 7 | ||||
-rw-r--r-- | src/common/util.h | 7 |
19 files changed, 0 insertions, 134 deletions
diff --git a/src/common/aes.c b/src/common/aes.c index 4d0111e6c7..f6f4a12336 100644 --- a/src/common/aes.c +++ b/src/common/aes.c @@ -810,10 +810,3 @@ void rijndaelEncrypt(const u32 rk[/*4*(Nr + 1)*/], int Nr, const u8 pt[16], u8 c PUTU32(ct + 12, s3); } -/* - Local Variables: - mode:c - indent-tabs-mode:nil - c-basic-offset:2 - End: -*/ diff --git a/src/common/aes.h b/src/common/aes.h index 085ea55932..790fb44382 100644 --- a/src/common/aes.h +++ b/src/common/aes.h @@ -27,10 +27,3 @@ void aes_adjust_counter(aes_cnt_cipher_t *cipher, long delta); #endif -/* - Local Variables: - mode:c - indent-tabs-mode:nil - c-basic-offset:2 - End: -*/ 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: -*/ diff --git a/src/common/compat.h b/src/common/compat.h index f62e833544..6745cb8c49 100644 --- a/src/common/compat.h +++ b/src/common/compat.h @@ -183,10 +183,3 @@ void tor_mutex_free(tor_mutex_t *m); #endif -/* - Local Variables: - mode:c - indent-tabs-mode:nil - c-basic-offset:2 - End: -*/ diff --git a/src/common/container.c b/src/common/container.c index f41dfd76aa..e26ec81c3f 100644 --- a/src/common/container.c +++ b/src/common/container.c @@ -617,10 +617,3 @@ int strmap_isempty(strmap_t *map) return SPLAY_EMPTY(&map->head); } -/* - Local Variables: - mode:c - indent-tabs-mode:nil - c-basic-offset:2 - End: -*/ diff --git a/src/common/container.h b/src/common/container.h index fbfe93d561..701af32953 100644 --- a/src/common/container.h +++ b/src/common/container.h @@ -90,11 +90,3 @@ void strmap_iter_get(strmap_iter_t *iter, const char **keyp, void **valp); int strmap_iter_done(strmap_iter_t *iter); #endif -/* - Local Variables: - mode:c - indent-tabs-mode:nil - c-basic-offset:2 - End: -*/ - diff --git a/src/common/crypto.c b/src/common/crypto.c index e779ceeade..d7371fb765 100644 --- a/src/common/crypto.c +++ b/src/common/crypto.c @@ -1614,10 +1614,3 @@ secret_to_key(char *key_out, size_t key_out_len, const char *secret, crypto_free_digest_env(d); } -/* - Local Variables: - mode:c - indent-tabs-mode:nil - c-basic-offset:2 - End: -*/ diff --git a/src/common/crypto.h b/src/common/crypto.h index 7042da3841..5fc8625210 100644 --- a/src/common/crypto.h +++ b/src/common/crypto.h @@ -159,10 +159,3 @@ void secret_to_key(char *key_out, size_t key_out_len, const char *secret, #endif -/* - Local Variables: - mode:c - indent-tabs-mode:nil - c-basic-offset:2 - End: -*/ diff --git a/src/common/fakepoll.c b/src/common/fakepoll.c index 0f39d81eeb..fb375f1e91 100644 --- a/src/common/fakepoll.c +++ b/src/common/fakepoll.c @@ -109,10 +109,3 @@ tor_poll(struct pollfd *ufds, unsigned int nfds, int timeout) } #endif -/* - Local Variables: - mode:c - indent-tabs-mode:nil - c-basic-offset:2 - End: -*/ diff --git a/src/common/fakepoll.h b/src/common/fakepoll.h index bf11237dd1..c8632bb7be 100644 --- a/src/common/fakepoll.h +++ b/src/common/fakepoll.h @@ -47,10 +47,3 @@ int tor_poll(struct pollfd *ufds, unsigned int nfds, int timeout); #endif -/* - Local Variables: - mode:c - indent-tabs-mode:nil - c-basic-offset:2 - End: -*/ diff --git a/src/common/log.c b/src/common/log.c index c91b132759..c2639560fb 100644 --- a/src/common/log.c +++ b/src/common/log.c @@ -452,10 +452,3 @@ void switch_logs_debug(void) } } -/* - Local Variables: - mode:c - indent-tabs-mode:nil - c-basic-offset:2 - End: -*/ diff --git a/src/common/log.h b/src/common/log.h index 73726586c2..968686ef37 100644 --- a/src/common/log.h +++ b/src/common/log.h @@ -99,10 +99,3 @@ void _log_fn(int severity, const char *format, ...); # define __LOG_H #endif -/* - Local Variables: - mode:c - indent-tabs-mode:nil - c-basic-offset:2 - End: -*/ diff --git a/src/common/test.h b/src/common/test.h index 656d9ba517..684968eaac 100644 --- a/src/common/test.h +++ b/src/common/test.h @@ -134,10 +134,3 @@ extern int have_failed; #endif -/* - Local Variables: - mode:c - indent-tabs-mode:nil - c-basic-offset:2 - End: -*/ diff --git a/src/common/torgzip.c b/src/common/torgzip.c index 0491d87d14..bffd819840 100644 --- a/src/common/torgzip.c +++ b/src/common/torgzip.c @@ -223,10 +223,3 @@ tor_gzip_uncompress(char **out, size_t *out_len, return -1; } -/* - Local Variables: - mode:c - indent-tabs-mode:nil - c-basic-offset:2 - End: -*/ diff --git a/src/common/torint.h b/src/common/torint.h index 359f510d5a..eef6bee2ef 100644 --- a/src/common/torint.h +++ b/src/common/torint.h @@ -233,10 +233,3 @@ typedef uint32_t uintptr_t; #endif /* __TORINT_H */ -/* - Local Variables: - mode:c - indent-tabs-mode:nil - c-basic-offset:2 - End: -*/ diff --git a/src/common/tortls.c b/src/common/tortls.c index d930f46422..34c2712192 100644 --- a/src/common/tortls.c +++ b/src/common/tortls.c @@ -810,10 +810,3 @@ void _assert_no_tls_errors(const char *fname, int line) tor_assert(0); } -/* - Local Variables: - mode:c - indent-tabs-mode:nil - c-basic-offset:2 - End: -*/ diff --git a/src/common/tortls.h b/src/common/tortls.h index ff2d69e1de..d8fcb9e090 100644 --- a/src/common/tortls.h +++ b/src/common/tortls.h @@ -47,10 +47,3 @@ void _assert_no_tls_errors(const char *fname, int line); #endif -/* - Local Variables: - mode:c - indent-tabs-mode:nil - c-basic-offset:2 - End: -*/ diff --git a/src/common/util.c b/src/common/util.c index f2386cde4b..a6a082a962 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: -*/ diff --git a/src/common/util.h b/src/common/util.h index ea635579ad..4a627e5495 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -115,10 +115,3 @@ void finish_daemon(void); void write_pidfile(char *filename); #endif -/* - Local Variables: - mode:c - indent-tabs-mode:nil - c-basic-offset:2 - End: -*/ |