summaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2007-12-21 11:25:04 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2007-12-21 11:25:04 +0000
commitfa7344eaae5148048d6693ec88881e4aab4206ad (patch)
tree40943dc4f339ae9789e948f1d0f1e1813845d0bd /Makefile.win
parent058bb081ed9b9b5954ff0bf11545b5119b58cdaa (diff)
downloadhttpd-fa7344eaae5148048d6693ec88881e4aab4206ad.tar.gz
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
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.win b/Makefile.win
index a44ca51c87..845abd0d7b 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;
}