From: William A. Rowe Jr Date: Fri, 21 Dec 2007 11:25:04 +0000 (+0000) Subject: Tab-consistency (it's a makefile after all) X-Git-Tag: 2.3.0~1116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa7344eaae5148048d6693ec88881e4aab4206ad;p=thirdparty%2Fapache%2Fhttpd.git Tab-consistency (it's a makefile after all) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@606162 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.win b/Makefile.win index a44ca51c877..845abd0d7bd 100644 --- a/Makefile.win +++ b/Makefile.win @@ -674,9 +674,9 @@ BEGIN { print "For the mod_deflate zlib compression component:"; while ( getline > 0 && $$0 !~ /^[^ ]/ ) { print $$0; - } - exit 0; - } + } + exit 0; + } } exit 1; }