You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2007/12/21 12:25:05 UTC

svn commit: r606162 - /httpd/httpd/trunk/Makefile.win

Author: wrowe
Date: Fri Dec 21 03:25:04 2007
New Revision: 606162

URL: http://svn.apache.org/viewvc?rev=606162&view=rev
Log:
Tab-consistency (it's a makefile after all)

Modified:
    httpd/httpd/trunk/Makefile.win

Modified: httpd/httpd/trunk/Makefile.win
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/Makefile.win?rev=606162&r1=606161&r2=606162&view=diff
==============================================================================
--- httpd/httpd/trunk/Makefile.win (original)
+++ httpd/httpd/trunk/Makefile.win Fri Dec 21 03:25:04 2007
@@ -674,9 +674,9 @@
 	    print "For the mod_deflate zlib compression component:";
 	    while ( getline > 0 && $$0 !~ /^[^ ]/ ) {
 		print $$0;
-            }
-            exit 0;
-        }
+	    }
+	    exit 0;
+	}
     }
     exit 1;
 }