From: Alexander Færøy Date: Sat, 16 Dec 2017 01:22:37 +0000 (+0100) Subject: Fix additional whitespace in config module comment. X-Git-Tag: tor-0.3.3.1-alpha~101^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e44662a7f9af990753a89b0a831d3439a509c8ae;p=thirdparty%2Ftor.git Fix additional whitespace in config module comment. --- 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: *