[tor-commits] [torspec/master] remove trailing whitespace `sed -i 's, *$, , ' *.txt`
nickm at torproject.org
nickm at torproject.org
Tue Nov 26 22:11:43 UTC 2019
commit e899eab17d622e6e55e3319a1aa65764e18f9f5b
Author: Hans-Christoph Steiner <hans at eds.org>
Date: Tue Nov 26 21:52:08 2019 +0100
remove trailing whitespace `sed -i 's, *$,,' *.txt`
---
bridgedb-spec.txt | 4 ++--
path-spec.txt | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/bridgedb-spec.txt b/bridgedb-spec.txt
index c897226..89f850a 100644
--- a/bridgedb-spec.txt
+++ b/bridgedb-spec.txt
@@ -231,11 +231,11 @@
are fulfilled as possible within the first few bridges. This list is then
truncated to N bridges, if possible. N is currently defined as a
piecewise function of the number of bridges in the ring such that:
-
+
/
| 1, if len(ring) < 20
|
- N = | 2, if 20 <= len(ring) <= 100
+ N = | 2, if 20 <= len(ring) <= 100
|
| 3, if 100 <= len(ring)
\
diff --git a/path-spec.txt b/path-spec.txt
index a79a4d6..82f07cd 100644
--- a/path-spec.txt
+++ b/path-spec.txt
@@ -672,7 +672,7 @@ of their choices.
threat model. It also allows targeted attacks aimed at monitoring
the activity of specific users, bridges, or Guard nodes.
- There are two points where path selection can be manipulated:
+ There are two points where path selection can be manipulated:
during construction, and during usage. Circuit construction
can be manipulated by inducing circuit failures during circuit
extend steps, which causes the Tor client to transparently retry
More information about the tor-commits
mailing list