[tor-commits] [tor/master] whitespace fix

2019-08-26 Thread dgoulet
commit 03247c8eaa305fc527ecda075a7b0a7145014c98
Author: Nick Mathewson 
Date:   Sat Aug 24 17:11:41 2019 -0400

whitespace fix
---
 src/lib/conf/confmacros.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/conf/confmacros.h b/src/lib/conf/confmacros.h
index aa89965e6..2a15f09aa 100644
--- a/src/lib/conf/confmacros.h
+++ b/src/lib/conf/confmacros.h
@@ -49,7 +49,7 @@
 #define CONFIG_VAR_DEFN(structtype, varname, vartype, membername,   \
 varflags, initval)  \
   { .member =   \
-  { .name = varname,\
+{ .name = varname,\
   .type = CONFIG_TYPE_EXTENDED, \
   .type_def = &vartype ## _type_defn,   \
   .offset = offsetof(structtype, membername),   \



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tor/master] whitespace fix

2017-12-20 Thread nickm
commit 28fbfa871234577310ccd2efc30a4faa30f1355d
Author: Nick Mathewson 
Date:   Wed Dec 20 09:17:13 2017 -0500

whitespace fix
---
 src/test/test_util.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/test/test_util.c b/src/test/test_util.c
index 9d139917f..1fd41a348 100644
--- a/src/test/test_util.c
+++ b/src/test/test_util.c
@@ -5979,7 +5979,6 @@ test_util_monotonic_time_add_msec(void *arg)
   tt_i64_op(monotime_diff_msec(&t1, &t2), OP_EQ, 1337*3);
   tt_i64_op(monotime_coarse_diff_msec(&ct1, &ct2), OP_EQ, 1337*3);
 
-  
  done:
   ;
 }

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tor/master] Whitespace fix.

2017-09-25 Thread nickm
commit 581e2c8b2c2976d3272d35957c1085514d446b44
Author: Nick Mathewson 
Date:   Mon Sep 25 11:12:45 2017 -0400

Whitespace fix.
---
 src/or/scheduler.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/or/scheduler.c b/src/or/scheduler.c
index 4a3289030..d98332530 100644
--- a/src/or/scheduler.c
+++ b/src/or/scheduler.c
@@ -178,7 +178,7 @@ STATIC struct event *run_sched_ev = NULL;
 static const char *
 get_scheduler_type_string(scheduler_types_t type)
 {
-  switch(type) {
+  switch (type) {
   case SCHEDULER_VANILLA:
 return "Vanilla";
   case SCHEDULER_KIST:



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tor/master] whitespace fix

2017-06-28 Thread nickm
commit 75c6fdd28693aff7a61402a3c9f3d5eb7a24babb
Author: Nick Mathewson 
Date:   Wed Jun 28 13:53:52 2017 -0400

whitespace fix
---
 src/or/directory.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/or/directory.h b/src/or/directory.h
index 3d430f4..1459c3b 100644
--- a/src/or/directory.h
+++ b/src/or/directory.h
@@ -12,7 +12,6 @@
 #ifndef TOR_DIRECTORY_H
 #define TOR_DIRECTORY_H
 
-
 int directories_have_accepted_server_descriptor(void);
 void directory_post_to_dirservers(uint8_t dir_purpose, uint8_t router_purpose,
   dirinfo_type_t type, const char *payload,



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tor/master] whitespace fix

2017-06-27 Thread nickm
commit c0f0351e06f30b81c77d853a7f90c55309b602bb
Author: Nick Mathewson 
Date:   Tue Jun 27 17:22:53 2017 -0400

whitespace fix
---
 src/test/test_crypto.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/test/test_crypto.c b/src/test/test_crypto.c
index 1f0c803..924dd7d 100644
--- a/src/test/test_crypto.c
+++ b/src/test/test_crypto.c
@@ -2893,7 +2893,6 @@ test_crypto_ed25519_validation(void *arg)
 tt_int_op(ed25519_validate_pubkey(&pub1), OP_EQ, 0);
   }
 
-
  done: ;
 }
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tor/master] whitespace fix

2017-06-22 Thread nickm
commit 34ecfeb4791432a94877531383b14b1614a77576
Author: Nick Mathewson 
Date:   Thu Jun 22 08:16:48 2017 -0400

whitespace fix
---
 src/test/test_socks.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/test_socks.c b/src/test/test_socks.c
index ab2393c..94b9464 100644
--- a/src/test/test_socks.c
+++ b/src/test/test_socks.c
@@ -241,7 +241,7 @@ test_socks_5_supported_commands(void *ptr)
 
   tt_str_op("8.8.8.8", OP_EQ, socks->address);
   tt_int_op(4369, OP_EQ, socks->port);
-  
+
   tt_int_op(0, OP_EQ, buf_datalen(buf));
 
   socks_request_clear(socks);



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tor/master] whitespace fix

2017-04-27 Thread nickm
commit 199e61feb560e2368d1eec475dd828118754cf71
Author: Nick Mathewson 
Date:   Thu Apr 27 10:55:39 2017 -0400

whitespace fix
---
 src/test/test_util.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/test/test_util.c b/src/test/test_util.c
index 7013b2f..1f37fc3 100644
--- a/src/test/test_util.c
+++ b/src/test/test_util.c
@@ -2274,7 +2274,6 @@ test_util_compress_impl(compress_method_t method)
  "ZAAAZ\0",
  (strlen(buf1)+1)*2);
 
-
   /* Check whether we can uncompress partial strings */
 
   tor_free(buf1);

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tor/master] Whitespace fix.

2017-02-24 Thread nickm
commit 619771f60bde6b69eeaad4efbd844705ec5bcb83
Author: Nick Mathewson 
Date:   Fri Feb 24 11:37:33 2017 -0500

Whitespace fix.
---
 src/or/rendservice.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/or/rendservice.c b/src/or/rendservice.c
index 522f33e..cb87624 100644
--- a/src/or/rendservice.c
+++ b/src/or/rendservice.c
@@ -3175,8 +3175,8 @@ count_intro_point_circuits(const rend_service_t *service)
  */
 STATIC ssize_t
 encode_establish_intro_cell_legacy(char *cell_body_out,
-   size_t cell_body_out_len,
-   crypto_pk_t *intro_key, char 
*rend_circ_nonce)
+ size_t cell_body_out_len,
+ crypto_pk_t *intro_key, char *rend_circ_nonce)
 {
   int retval = -1;
   int r;



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tor/master] whitespace fix

2016-12-23 Thread nickm
commit 40ce7a83c4c0e1be16da57da76ba19ff62a35b33
Author: Nick Mathewson 
Date:   Fri Dec 23 10:46:14 2016 -0500

whitespace fix
---
 src/or/hs_common.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/or/hs_common.c b/src/or/hs_common.c
index 6a88f41..de96946 100644
--- a/src/or/hs_common.c
+++ b/src/or/hs_common.c
@@ -267,3 +267,4 @@ rend_data_get_pk_digest(const rend_data_t *rend_data, 
size_t *len_out)
 tor_assert(0);
   }
 }
+

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tor/master] whitespace fix

2016-12-12 Thread nickm
commit 54069b97d39599fb54fb2fd29db44a104d7bd555
Author: Nick Mathewson 
Date:   Mon Dec 12 09:51:49 2016 -0500

whitespace fix
---
 src/test/test_config.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/test/test_config.c b/src/test/test_config.c
index bf2beb8..1e0dc75 100644
--- a/src/test/test_config.c
+++ b/src/test/test_config.c
@@ -4946,3 +4946,4 @@ struct testcase_t config_tests[] = {
   CONFIG_TEST(parse_log_severity, 0),
   END_OF_TESTCASES
 };
+

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tor/master] whitespace fix

2016-12-05 Thread nickm
commit daeb633825920ca99830c75a79d9a7d4ed211a13
Author: Nick Mathewson 
Date:   Mon Dec 5 10:31:10 2016 -0500

whitespace fix
---
 src/common/crypto.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/crypto.c b/src/common/crypto.c
index 2571829..be42d36 100644
--- a/src/common/crypto.c
+++ b/src/common/crypto.c
@@ -1707,7 +1707,7 @@ crypto_digest(char *digest, const char *m, size_t len)
 {
   tor_assert(m);
   tor_assert(digest);
-  if(SHA1((const unsigned char*)m,len,(unsigned char*)digest) == NULL)
+  if (SHA1((const unsigned char*)m,len,(unsigned char*)digest) == NULL)
 return -1;
   return 0;
 }



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tor/master] Whitespace fix

2015-12-10 Thread nickm
commit a807bb781b2be26881d80350d04aadab9ceaa482
Author: Nick Mathewson 
Date:   Thu Dec 10 20:04:04 2015 -0500

Whitespace fix
---
 src/or/connection.c |1 +
 1 file changed, 1 insertion(+)

diff --git a/src/or/connection.c b/src/or/connection.c
index 575bbf1..bff994d 100644
--- a/src/or/connection.c
+++ b/src/or/connection.c
@@ -5056,3 +5056,4 @@ clock_skew_warning(const connection_t *conn, long 
apparent_skew, int trusted,
  apparent_skew, ext_source);
   tor_free(ext_source);
 }
+

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tor/master] whitespace fix

2015-07-30 Thread nickm
commit aa22b9672cd7faa4ea856e54e41cd0d73039ae1a
Author: Nick Mathewson 
Date:   Thu Jul 30 13:17:08 2015 -0400

whitespace fix
---
 src/or/config.c |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/or/config.c b/src/or/config.c
index 011a36d..618c941 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -5706,8 +5706,8 @@ warn_nonlocal_ext_orports(const smartlist_t *ports, const 
char *portname)
 }
 
 /** Given a list of port_cfg_t in ports, warn any controller port there
- * is listening on any non-loopback address.  If forbid_nonlocal is 
true,
- * then emit a stronger warning and remove the port from the list.
+ * is listening on any non-loopback address.  If forbid_nonlocal is
+ * true, then emit a stronger warning and remove the port from the list.
  */
 static void
 warn_nonlocal_controller_ports(smartlist_t *ports, unsigned forbid_nonlocal)

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tor/master] whitespace fix

2015-01-13 Thread nickm
commit 2b8cebaac0232e2ca2fd09ffa3225d7550cb54a3
Author: Nick Mathewson 
Date:   Tue Jan 13 13:11:39 2015 -0500

whitespace fix
---
 src/or/dirserv.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/or/dirserv.c b/src/or/dirserv.c
index 8abe6cb..b694f8a 100644
--- a/src/or/dirserv.c
+++ b/src/or/dirserv.c
@@ -2115,7 +2115,7 @@ set_routerstatus_from_routerinfo(routerstatus_t *rs,
 
   /* Iff we are in a testing network, use TestingDirAuthVoteExit,
  TestingDirAuthVoteGuard, and TestingDirAuthVoteHSDir to
- give out the Exit, Guard, and HSDir flags, respectively. 
+ give out the Exit, Guard, and HSDir flags, respectively.
  But don't set the corresponding node flags. */
   if (options->TestingTorNetwork) {
 if (routerset_contains_routerstatus(options->TestingDirAuthVoteExit,

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tor/master] Whitespace fix

2015-01-06 Thread nickm
commit 5d322e6ef6b43c587f7f9324a4d28b8446b07add
Author: Tom van der Woerdt 
Date:   Tue Jan 6 19:41:29 2015 +0100

Whitespace fix
---
 src/or/addressmap.c |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/or/addressmap.c b/src/or/addressmap.c
index ece69ea..4b3583b 100644
--- a/src/or/addressmap.c
+++ b/src/or/addressmap.c
@@ -539,9 +539,9 @@ addressmap_register(const char *address, char *new_address, 
time_t expires,
 if (expires > 1) {
   log_info(LD_APP,"Temporary addressmap ('%s' to '%s') not performed, "
"since it's already mapped to '%s'",
-  safe_str_client(address),
-  safe_str_client(new_address),
-  safe_str_client(ent->new_address));
+   safe_str_client(address),
+   safe_str_client(new_address),
+   safe_str_client(ent->new_address));
   tor_free(new_address);
   return;
 }



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tor/master] whitespace fix, more

2014-05-14 Thread nickm
commit 081ff5fa83cf146aac8801f90c80ca9ee5729e6a
Author: Nick Mathewson 
Date:   Wed May 14 22:55:02 2014 -0400

whitespace fix, more
---
 src/common/compat.c |1 -
 1 file changed, 1 deletion(-)

diff --git a/src/common/compat.c b/src/common/compat.c
index b95609a..111070c 100644
--- a/src/common/compat.c
+++ b/src/common/compat.c
@@ -1802,7 +1802,6 @@ tor_getpwuid(uid_t uid)
 }
 #endif
 
-
 /** Call setuid and setgid to run as user and switch to their
  * primary group.  Return 0 on success.  On failure, log and return -1.
  */

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tor/master] whitespace fix

2014-05-14 Thread nickm
commit a88923e455cb0cae0f5fd7e705a2cbf45df2e5aa
Author: Nick Mathewson 
Date:   Wed May 14 22:50:25 2014 -0400

whitespace fix
---
 src/common/util.c |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/common/util.c b/src/common/util.c
index d573b56..f2b2140 100644
--- a/src/common/util.c
+++ b/src/common/util.c
@@ -4892,7 +4892,8 @@ handle_fw_helper_line(const char *executable, const char 
*line)
 /** Read what tor-fw-helper has to say in its stdout and handle it
  *  appropriately */
 static int
-handle_fw_helper_output(const char *executable, process_handle_t 
*process_handle)
+handle_fw_helper_output(const char *executable,
+process_handle_t *process_handle)
 {
   smartlist_t *fw_helper_output = NULL;
   enum stream_status stream_status = 0;

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tor/master] whitespace fix

2014-05-01 Thread nickm
commit 0e20825bf22bbe86dbd2a2822864b90ccc45c00b
Author: Nick Mathewson 
Date:   Thu May 1 12:31:38 2014 -0400

whitespace fix
---
 src/or/statefile.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/or/statefile.c b/src/or/statefile.c
index a50eae5..7b9998f 100644
--- a/src/or/statefile.c
+++ b/src/or/statefile.c
@@ -636,7 +636,7 @@ or_state_free(or_state_t *state)
 {
   if (!state)
 return;
-  
+
   config_free(&state_format, state);
 }
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tor/master] whitespace fix

2014-04-24 Thread nickm
commit 95e617c8280f0454b97411b3675d664c2cbc23b6
Author: Nick Mathewson 
Date:   Thu Apr 24 12:34:23 2014 -0400

whitespace fix
---
 src/or/circuitbuild.c |1 -
 1 file changed, 1 deletion(-)

diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index 9e11a0b..583ccff 100644
--- a/src/or/circuitbuild.c
+++ b/src/or/circuitbuild.c
@@ -77,7 +77,6 @@ channel_connect_for_circuit(const tor_addr_t *addr, uint16_t 
port,
   return chan;
 }
 
-
 /** Search for a value for circ_id that we can use on chan for an
  * outbound circuit, until we get a circ_id that is not in use by any other
  * circuit on that conn.

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tor/master] whitespace fix

2014-03-27 Thread nickm
commit 24e0b1088acd94ceae3109107fa354b89309e2b7
Author: Nick Mathewson 
Date:   Thu Mar 27 15:34:57 2014 -0400

whitespace fix
---
 src/or/connection_edge.c |1 -
 1 file changed, 1 deletion(-)

diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c
index 3a72110..895c0f7 100644
--- a/src/or/connection_edge.c
+++ b/src/or/connection_edge.c
@@ -2088,7 +2088,6 @@ 
connection_ap_handshake_socks_resolved_addr(entry_connection_t *conn,
   }
 }
 
-
 /** Send an answer to an AP connection that has requested a DNS lookup via
  * SOCKS.  The type should be one of RESOLVED_TYPE_(IPV4|IPV6|HOSTNAME) or -1
  * for unreachable; the answer should be in the format specified in the socks



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tor/master] whitespace fix

2014-03-22 Thread arma
commit d336d407d63638ddd1ae35081cc7e53698cd1b5e
Author: Roger Dingledine 
Date:   Sun Mar 23 00:12:40 2014 -0400

whitespace fix
---
 src/common/crypto.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/crypto.c b/src/common/crypto.c
index 80d8351..12a695b 100644
--- a/src/common/crypto.c
+++ b/src/common/crypto.c
@@ -3100,7 +3100,7 @@ openssl_locking_cb_(int mode, int n, const char *file, 
int line)
   (void)file;
   (void)line;
   if (!openssl_mutexes_)
-/* This is not a really good  fix for the
+/* This is not a really good fix for the
  * "release-freed-lock-from-separate-thread-on-shutdown" problem, but
  * it can't hurt. */
 return;

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tor/master] whitespace fix

2014-02-28 Thread nickm
commit 0b7a66fac76445087651a1dd2d171bf043c9f345
Author: Nick Mathewson 
Date:   Fri Feb 28 08:57:29 2014 -0500

whitespace fix
---
 src/or/routerlist.c |1 -
 1 file changed, 1 deletion(-)

diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index 2db7272..d636a1e 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -2280,7 +2280,6 @@ smartlist_choose_node_by_bandwidth(const smartlist_t *sl,
 bandwidths[i].dbl *= guard_weight;
   else if (is_exit)
 bandwidths[i].dbl *= exit_weight;
-
 }
   }
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tor/master] whitespace fix

2013-02-07 Thread nickm
commit 522b312a5155510fb539c9a85994ead13d2b19ce
Author: Nick Mathewson 
Date:   Thu Feb 7 14:31:51 2013 -0500

whitespace fix
---
 src/test/test_crypto.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/test/test_crypto.c b/src/test/test_crypto.c
index 273e03b..a1b5c52 100644
--- a/src/test/test_crypto.c
+++ b/src/test/test_crypto.c
@@ -1144,7 +1144,7 @@ struct testcase_t crypto_tests[] = {
   { "hkdf_sha256", test_crypto_hkdf_sha256, 0, NULL, NULL },
 #ifdef CURVE25519_ENABLED
   { "curve25519_impl", test_crypto_curve25519_impl, 0, NULL, NULL },
-  { "curve25519_impl_hibit", test_crypto_curve25519_impl, 0, NULL, (void*)"y" 
},
+  { "curve25519_impl_hibit", test_crypto_curve25519_impl, 0, NULL, (void*)"y"},
   { "curve25519_wrappers", test_crypto_curve25519_wrappers, 0, NULL, NULL },
   { "curve25519_encode", test_crypto_curve25519_encode, 0, NULL, NULL },
   { "curve25519_persist", test_crypto_curve25519_persist, 0, NULL, NULL },

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tor/master] whitespace fix

2013-01-31 Thread nickm
commit 294ce2ea871ff63bd4d5fe6c6d547fee858dc1d4
Author: Nick Mathewson 
Date:   Thu Jan 31 13:26:25 2013 -0500

whitespace fix
---
 src/common/compat.h |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/common/compat.h b/src/common/compat.h
index b036419..d2944e6 100644
--- a/src/common/compat.h
+++ b/src/common/compat.h
@@ -78,7 +78,6 @@
 #error "It seems your platform does not represent 0.0 as zeros. We can't cope."
 #endif
 
-
 #if 'a'!=97 || 'z'!=122 || 'A'!=65 || ' '!=32
 #error "It seems that you encode characters in something other than ASCII."
 #endif

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tor/master] whitespace fix

2012-08-17 Thread nickm
commit 88859b2ff1fdd4e5f4fab8ad818131ea3c2dd1c8
Author: Nick Mathewson 
Date:   Fri Aug 17 17:10:03 2012 -0400

whitespace fix
---
 src/or/config.h |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/or/config.h b/src/or/config.h
index 48f4e86..dd76edc 100644
--- a/src/or/config.h
+++ b/src/or/config.h
@@ -102,6 +102,5 @@ int addressmap_register_auto(const char *from, const char 
*to,
  addressmap_entry_source_t addrmap_source,
  const char **msg);
 
-
 #endif
 



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tor/master] Whitespace fix

2012-06-15 Thread nickm
commit 30c4653780daa1c70946ed78c102eeab8adb2fe6
Author: Nick Mathewson 
Date:   Fri Jun 15 16:12:24 2012 -0400

Whitespace fix
---
 src/common/compat_libevent.c |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/common/compat_libevent.c b/src/common/compat_libevent.c
index 544d16a..6655ca8 100644
--- a/src/common/compat_libevent.c
+++ b/src/common/compat_libevent.c
@@ -723,3 +723,4 @@ tor_gettimeofday_cache_clear(void)
   cached_time_hires.tv_sec = 0;
 }
 #endif
+

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tor/master] whitespace fix

2012-06-15 Thread arma
commit a7efedc3220d9ae7cf0e631d9e2fd7da23d75629
Author: Roger Dingledine 
Date:   Fri Jun 15 04:41:57 2012 -0400

whitespace fix
---
 ChangeLog |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 1f22c68..90d6084 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -57,7 +57,7 @@ Changes in version 0.2.3.17-beta - 2012-06-15
   and relays all have an uptime of zero, where the private Tor network
   could briefly lack support for hidden services. Fixes bug 3886;
   bugfix on 0.2.2.18-alpha.
-- Correct the manpage's descriptions for the default values of 
+- Correct the manpage's descriptions for the default values of
   DirReqStatistics and ExtraInfoStatistics. Fixes bug 2865; bugfix
   on 0.2.3.1-alpha.
 - Fix the documentation for the --hush and --quiet command line

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tor/master] whitespace fix

2012-02-29 Thread arma
commit c26aaf9cba8d40017c30b1921466759382032f33
Author: Roger Dingledine 
Date:   Wed Feb 29 13:17:52 2012 -0500

whitespace fix
---
 src/or/policies.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/or/policies.c b/src/or/policies.c
index e5062cd..5eaebfa 100644
--- a/src/or/policies.c
+++ b/src/or/policies.c
@@ -669,7 +669,7 @@ compare_unknown_tor_addr_to_addr_policy(uint16_t port,
 
   SMARTLIST_FOREACH_BEGIN(policy, addr_policy_t *, tmpe) {
 if (tmpe->prt_min <= port && port <= tmpe->prt_max) {
-   if (tmpe->maskbits == 0) {
+  if (tmpe->maskbits == 0) {
 /* Definitely matches, since it covers all addresses. */
 if (tmpe->policy_type == ADDR_POLICY_ACCEPT) {
   /* If we already hit a clause that might trigger a 'reject', than we

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits