remove extra blank line to reduce changes to upstream in a locally-patched file
authorsthen <sthen@openbsd.org>
Wed, 6 Sep 2023 09:08:30 +0000 (09:08 +0000)
committersthen <sthen@openbsd.org>
Wed, 6 Sep 2023 09:08:30 +0000 (09:08 +0000)
usr.sbin/unbound/configure.ac

index a6ca7f3..f6bf910 100644 (file)
@@ -547,7 +547,6 @@ ACX_CHECK_NONBLOCKING_BROKEN
 ACX_MKDIR_ONE_ARG
 AC_CHECK_FUNCS([strptime],[AC_CHECK_STRPTIME_WORKS],[AC_LIBOBJ([strptime])])
 
-
 # check if we can use SO_REUSEPORT
 reuseport_default=0
 if echo "$host" | $GREP -i -e linux >/dev/null; then reuseport_default=1; fi