]> granicus.if.org Git - apache/commitdiff
Tab-consistency (it's a makefile after all)
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 21 Dec 2007 11:25:04 +0000 (11:25 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 21 Dec 2007 11:25:04 +0000 (11:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@606162 13f79535-47bb-0310-9956-ffa450edef68

Makefile.win

index a44ca51c877ae55a772431efb3ee3f0c63719d48..845abd0d7bd369f77b7bcd053d1cdbd0200eb7fd 100644 (file)
@@ -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;
 }