From: Guenter Knauf Date: Wed, 27 Jun 2007 18:10:31 +0000 (+0000) Subject: added blank line at the end X-Git-Tag: 2.3.0~1749 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bcd116cdb3748ecc0a80b4edff3758db6085f326;p=apache added blank line at the end git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@551253 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/mkconfNW.awk b/build/mkconfNW.awk index d7fa39c1d1..1b9f4cc396 100644 --- a/build/mkconfNW.awk +++ b/build/mkconfNW.awk @@ -141,5 +141,6 @@ END { print "# prevent Apache from glomming onto all bound IP addresses (0.0.0.0)" print "#" print "#SecureListen 443 \"SSL CertificateDNS\"" + print "" } }