Fix indentation of --fuzz description.
authorFabian Keil <fk@fabiankeil.de>
Fri, 7 Aug 2020 13:27:09 +0000 (15:27 +0200)
committerFabian Keil <fk@fabiankeil.de>
Mon, 10 Aug 2020 14:39:51 +0000 (16:39 +0200)
Sponsored by: Robert Klemme

configure.in

index 64738f9..3905971 100644 (file)
@@ -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.])