From e44662a7f9af990753a89b0a831d3439a509c8ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20F=C3=A6r=C3=B8y?= Date: Sat, 16 Dec 2017 02:22:37 +0100 Subject: [PATCH] Fix additional whitespace in config module comment. --- src/or/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/config.c b/src/or/config.c index 016d87f81f..fa80dad576 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -18,7 +18,7 @@ * inspecting values that are calculated as a result of the * configured options. * - *

How to add new options

+ *

How to add new options

* * To add new items to the torrc, there are a minimum of three places to edit: *