You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2011/02/03 21:32:12 UTC

svn commit: r1066948 - /couchdb/trunk/test/etap/Makefile.am

Author: davisp
Date: Thu Feb  3 20:32:12 2011
New Revision: 1066948

URL: http://svn.apache.org/viewvc?rev=1066948&view=rev
Log:
Fix whitepsace issues in test/etap/Makefile.am

  * Replaced some tabs with spaces in the EXTRA_DIST list.


Modified:
    couchdb/trunk/test/etap/Makefile.am

Modified: couchdb/trunk/test/etap/Makefile.am
URL: http://svn.apache.org/viewvc/couchdb/trunk/test/etap/Makefile.am?rev=1066948&r1=1066947&r2=1066948&view=diff
==============================================================================
--- couchdb/trunk/test/etap/Makefile.am (original)
+++ couchdb/trunk/test/etap/Makefile.am Thu Feb  3 20:32:12 2011
@@ -26,8 +26,8 @@ CLEANFILES = run *.beam
 DISTCLEANFILES = temp.*
 
 EXTRA_DIST = \
-	run.tpl \
-	test_web.erl \
+    run.tpl \
+    test_web.erl \
     random_port.ini \
     001-load.t \
     002-icu-driver.t \
@@ -70,7 +70,7 @@ EXTRA_DIST = \
     150-invalid-view-seq.t \
     160-vhosts.t \
     170-os-daemons.es \
-	170-os-daemons.t \
+    170-os-daemons.t \
     171-os-daemons-config.es \
     171-os-daemons-config.t \
     172-os-daemon-errors.1.sh \
@@ -78,7 +78,7 @@ EXTRA_DIST = \
     172-os-daemon-errors.3.sh \
     172-os-daemon-errors.4.sh \
     172-os-daemon-errors.t \
-	173-os-daemon-cfg-register.es \
-	173-os-daemon-cfg-register.t \
-	180-http-proxy.ini \
-	180-http-proxy.t
+    173-os-daemon-cfg-register.es \
+    173-os-daemon-cfg-register.t \
+    180-http-proxy.ini \
+    180-http-proxy.t