THRIFT-2768: Whitespace Fixup
Client: General (Makefile.am)
Patch: Jens Geyer

Reverted makefile.am - tabs are not optional there
diff --git a/test/php/Makefile.am b/test/php/Makefile.am
index d3f38f8..1625903 100755
--- a/test/php/Makefile.am
+++ b/test/php/Makefile.am
@@ -20,13 +20,13 @@
 THRIFT = $(top_srcdir)/compiler/cpp/thrift
 
 stubs: ../ThriftTest.thrift
-    $(THRIFT) --gen php ../ThriftTest.thrift
-    $(THRIFT) --gen php:inlined ../ThriftTest.thrift
+	$(THRIFT) --gen php ../ThriftTest.thrift
+	$(THRIFT) --gen php:inlined ../ThriftTest.thrift
 
 check: stubs
 
 clean-local:
-    $(RM) -r gen-php gen-phpi
+	$(RM) -r gen-php gen-phpi
 
 client: stubs
-    php TestClient.php
+	php TestClient.php