aboutsummaryrefslogtreecommitdiff
path: root/bridgedb-spec.txt
diff options
context:
space:
mode:
authorHans-Christoph Steiner <hans@eds.org>2019-11-26 21:52:08 +0100
committerHans-Christoph Steiner <hans@eds.org>2019-11-26 21:52:08 +0100
commite899eab17d622e6e55e3319a1aa65764e18f9f5b (patch)
tree5182780b6802d299771474ce717f418a9838146b /bridgedb-spec.txt
parenta3fd19302312d44257f175bded3551bc1397ced6 (diff)
downloadtorspec-e899eab17d622e6e55e3319a1aa65764e18f9f5b.tar.gz
torspec-e899eab17d622e6e55e3319a1aa65764e18f9f5b.zip
remove trailing whitespace `sed -i 's, *$,,' *.txt`
Diffstat (limited to 'bridgedb-spec.txt')
-rw-r--r--bridgedb-spec.txt4
1 files changed, 2 insertions, 2 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)
\