aboutsummaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-11-26 04:00:55 +0000
committerRoger Dingledine <arma@torproject.org>2004-11-26 04:00:55 +0000
commit7c9a707900b6d4324eb26102aa7a5ade8a49e1ec (patch)
tree6304691620c84b07a3b72e5efb48851b21f86bb3 /src/or
parent02a30a348a3ad2cb42dbfc4f36b5bbe7e9f80d84 (diff)
downloadtor-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')
-rw-r--r--src/or/buffers.c7
-rw-r--r--src/or/circuitbuild.c7
-rw-r--r--src/or/circuitlist.c7
-rw-r--r--src/or/circuituse.c7
-rw-r--r--src/or/command.c7
-rw-r--r--src/or/config.c7
-rw-r--r--src/or/connection.c7
-rw-r--r--src/or/connection_edge.c7
-rw-r--r--src/or/connection_or.c7
-rw-r--r--src/or/control.c7
-rw-r--r--src/or/cpuworker.c7
-rw-r--r--src/or/directory.c7
-rw-r--r--src/or/dirserv.c7
-rw-r--r--src/or/dns.c7
-rw-r--r--src/or/main.c7
-rw-r--r--src/or/onion.c7
-rw-r--r--src/or/or.h7
-rw-r--r--src/or/rendclient.c7
-rw-r--r--src/or/rendcommon.c7
-rw-r--r--src/or/rendmid.c7
-rw-r--r--src/or/rendservice.c7
-rw-r--r--src/or/rephist.c7
-rw-r--r--src/or/router.c7
-rw-r--r--src/or/routerlist.c7
-rw-r--r--src/or/routerparse.c7
-rw-r--r--src/or/test.c7
-rw-r--r--src/or/tor_main.c7
27 files changed, 0 insertions, 189 deletions
diff --git a/src/or/buffers.c b/src/or/buffers.c
index cf71c1045a..47b82fed40 100644
--- a/src/or/buffers.c
+++ b/src/or/buffers.c
@@ -690,10 +690,3 @@ void assert_buf_ok(buf_t *buf)
tor_assert(buf->datalen <= buf->len);
}
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index 1108b688a8..44e2f1286b 100644
--- a/src/or/circuitbuild.c
+++ b/src/or/circuitbuild.c
@@ -1240,10 +1240,3 @@ onion_extend_cpath(crypt_path_t **head_ptr, cpath_build_state_t
return 0;
}
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
diff --git a/src/or/circuitlist.c b/src/or/circuitlist.c
index e93c390afd..8e4438a17d 100644
--- a/src/or/circuitlist.c
+++ b/src/or/circuitlist.c
@@ -503,10 +503,3 @@ void assert_circuit_ok(const circuit_t *c)
}
}
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
diff --git a/src/or/circuituse.c b/src/or/circuituse.c
index 9e97629573..e2ec8ea2eb 100644
--- a/src/or/circuituse.c
+++ b/src/or/circuituse.c
@@ -866,10 +866,3 @@ int connection_ap_handshake_attach_circuit(connection_t *conn) {
}
}
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
diff --git a/src/or/command.c b/src/or/command.c
index 01568d279b..dc9b372ad5 100644
--- a/src/or/command.c
+++ b/src/or/command.c
@@ -299,10 +299,3 @@ static void command_process_destroy_cell(cell_t *cell, connection_t *conn) {
}
}
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
diff --git a/src/or/config.c b/src/or/config.c
index cfc7952702..deaef3299d 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -2334,10 +2334,3 @@ config_parse_interval(const char *s, int *ok) {
return (int)r;
}
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
diff --git a/src/or/connection.c b/src/or/connection.c
index 3cf29bc905..a261210449 100644
--- a/src/or/connection.c
+++ b/src/or/connection.c
@@ -1518,10 +1518,3 @@ void assert_connection_ok(connection_t *conn, time_t now)
}
}
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c
index 20a30c469b..a24acb1773 100644
--- a/src/or/connection_edge.c
+++ b/src/or/connection_edge.c
@@ -1211,10 +1211,3 @@ set_exit_redirects(smartlist_t *lst)
redirect_exit_list = lst;
}
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
diff --git a/src/or/connection_or.c b/src/or/connection_or.c
index 45070f87f5..271f32323f 100644
--- a/src/or/connection_or.c
+++ b/src/or/connection_or.c
@@ -499,10 +499,3 @@ loop:
goto loop; /* process the remainder of the buffer */
}
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
diff --git a/src/or/control.c b/src/or/control.c
index 33144a78cf..c2559cb64b 100644
--- a/src/or/control.c
+++ b/src/or/control.c
@@ -604,10 +604,3 @@ init_cookie_authentication(int enabled)
return 0;
}
-/*
- Local Variabls:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
diff --git a/src/or/cpuworker.c b/src/or/cpuworker.c
index b72343a811..762c2f86ab 100644
--- a/src/or/cpuworker.c
+++ b/src/or/cpuworker.c
@@ -379,10 +379,3 @@ int assign_to_cpuworker(connection_t *cpuworker, unsigned char question_type,
return 0;
}
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
diff --git a/src/or/directory.c b/src/or/directory.c
index 175db8242e..4f78aa006a 100644
--- a/src/or/directory.c
+++ b/src/or/directory.c
@@ -993,10 +993,3 @@ int connection_dir_finished_connecting(connection_t *conn)
return 0;
}
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
diff --git a/src/or/dirserv.c b/src/or/dirserv.c
index d7ba375157..86ecc24ddd 100644
--- a/src/or/dirserv.c
+++ b/src/or/dirserv.c
@@ -935,10 +935,3 @@ size_t dirserv_get_runningrouters(const char **rr, int compress)
return compress ? the_runningrouters_z_len : the_runningrouters_len;
}
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
diff --git a/src/or/dns.c b/src/or/dns.c
index 7593d2cf00..2d2914ff8f 100644
--- a/src/or/dns.c
+++ b/src/or/dns.c
@@ -792,10 +792,3 @@ static void spawn_enough_dnsworkers(void) {
}
}
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
diff --git a/src/or/main.c b/src/or/main.c
index 7a355475df..6137866fad 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -1373,10 +1373,3 @@ int tor_main(int argc, char *argv[]) {
#endif
}
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
diff --git a/src/or/onion.c b/src/or/onion.c
index a4b42b2170..b940bd5390 100644
--- a/src/or/onion.c
+++ b/src/or/onion.c
@@ -315,10 +315,3 @@ onion_skin_client_handshake(crypto_dh_env_t *handshake_state,
return 0;
}
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
diff --git a/src/or/or.h b/src/or/or.h
index 7039885c7e..fb24f44aa3 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -1643,10 +1643,3 @@ int tor_version_compare(tor_version_t *a, tor_version_t *b);
#endif
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
diff --git a/src/or/rendclient.c b/src/or/rendclient.c
index 8c7519853b..976ed97706 100644
--- a/src/or/rendclient.c
+++ b/src/or/rendclient.c
@@ -466,10 +466,3 @@ failed:
return -1;
}
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
diff --git a/src/or/rendcommon.c b/src/or/rendcommon.c
index 559f210985..a899d144f0 100644
--- a/src/or/rendcommon.c
+++ b/src/or/rendcommon.c
@@ -339,10 +339,3 @@ void rend_process_relay_cell(circuit_t *circ, int command, size_t length,
}
}
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
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:
-*/
diff --git a/src/or/rendservice.c b/src/or/rendservice.c
index d8e86e68f2..86e2ac7221 100644
--- a/src/or/rendservice.c
+++ b/src/or/rendservice.c
@@ -992,10 +992,3 @@ rend_service_set_connection_addr_port(connection_t *conn, circuit_t *circ)
return -1;
}
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
diff --git a/src/or/rephist.c b/src/or/rephist.c
index 72a9f4a812..d629e58dfa 100644
--- a/src/or/rephist.c
+++ b/src/or/rephist.c
@@ -616,10 +616,3 @@ rep_hist_get_bandwidth_lines(void)
return buf;
}
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
diff --git a/src/or/router.c b/src/or/router.c
index 30d245c72b..a63b58f86d 100644
--- a/src/or/router.c
+++ b/src/or/router.c
@@ -832,10 +832,3 @@ int is_legal_nickname_or_hexdigest(const char *s)
return len == HEX_DIGEST_LEN+1 && strspn(s+1,HEX_CHARACTERS)==len-1;
}
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index 3609b038e3..fcb1027170 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -1217,10 +1217,3 @@ void clear_trusted_dir_servers(void)
}
}
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
diff --git a/src/or/routerparse.c b/src/or/routerparse.c
index ce658c80ca..d5790ca8e4 100644
--- a/src/or/routerparse.c
+++ b/src/or/routerparse.c
@@ -1517,10 +1517,3 @@ int tor_version_compare(tor_version_t *a, tor_version_t *b)
return 0;
}
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
diff --git a/src/or/test.c b/src/or/test.c
index 17dee27ec0..867ae33a48 100644
--- a/src/or/test.c
+++ b/src/or/test.c
@@ -1253,10 +1253,3 @@ main(int c, char**v) {
return 0;
}
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/
diff --git a/src/or/tor_main.c b/src/or/tor_main.c
index 59af33a58a..bcdfbc40e2 100644
--- a/src/or/tor_main.c
+++ b/src/or/tor_main.c
@@ -17,10 +17,3 @@ int main(int argc, char *argv[])
return tor_main(argc, argv);
}
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/