summaryrefslogtreecommitdiff
path: root/src/or/config.c
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@torproject.org>2017-12-16 02:22:37 +0100
committerAlexander Færøy <ahf@torproject.org>2017-12-16 02:22:37 +0100
commite44662a7f9af990753a89b0a831d3439a509c8ae (patch)
tree4bdcf84d4376d376b43efff576034de3347a5081 /src/or/config.c
parentdb4873c46d80366c8eb0df0098ba18a10c0ad59b (diff)
downloadtor-e44662a7f9af990753a89b0a831d3439a509c8ae.tar.gz
tor-e44662a7f9af990753a89b0a831d3439a509c8ae.zip
Fix additional whitespace in config module comment.
Diffstat (limited to 'src/or/config.c')
-rw-r--r--src/or/config.c2
1 files changed, 1 insertions, 1 deletions
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.
*
- * <h3>How to add new options</h3>
+ * <h3>How to add new options</h3>
*
* To add new items to the torrc, there are a minimum of three places to edit:
* <ul>