From: Fabian Keil <fk@fabiankeil.de>
Date: Fri, 7 Aug 2020 13:27:09 +0000 (+0200)
Subject: Fix indentation of --fuzz description.
X-Git-Tag: v_3_0_29~231
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/@default-cgi@edit-actions-add-url-form?a=commitdiff_plain;h=1859633d8b1992949693121f95e9b87d527f942c;p=privoxy.git

Fix indentation of --fuzz description.

Sponsored by: Robert Klemme
---

diff --git a/configure.in b/configure.in
index 64738f9e..39059713 100644
--- a/configure.in
+++ b/configure.in
@@ -1021,7 +1021,7 @@ AC_SUBST(FEATURE_CLIENT_TAGS_ONLY)
 
 FUZZ_ONLY="#"
 AC_ARG_ENABLE(fuzz,
-[  --enable-fuzz                Enable code that makes fuzzing more convenient],
+[  --enable-fuzz                   Enable code that makes fuzzing more convenient],
 [if test $enableval = yes; then
   FUZZ_ONLY=""
   AC_DEFINE(FUZZ,1,[Define to make fuzzing more convenient.])