From c19076a3787d1114761205e081cde2c741f34d76 Mon Sep 17 00:00:00 2001
From: Antoine Fontaine <antoine.fontaine@epfl.ch>
Date: Sat, 3 Aug 2019 16:02:01 +0200
Subject: [PATCH] Make a comment better presented

---
 config.h.in | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/config.h.in b/config.h.in
index b00d8cc..ae6145b 100644
--- a/config.h.in
+++ b/config.h.in
@@ -8,7 +8,11 @@
 #mesondefine CACHE_ROOT
 
 
-// how verbose the http requests are: 0–none, 1–headers only, 2–headers and beginning of text 3+–dump all
+// how verbose the http requests are:
+//  0  – none
+//  1  – headers only
+//  2  – headers and beginning of response text
+//  3+ – dump all
 #define LOGGING_REQUESTS 0
 
 #define APP_NAME "ch.gnugen.Moody"
-- 
GitLab