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

Reverted makefile.am - tabs are not optional there
diff --git a/test/py.tornado/Makefile.am b/test/py.tornado/Makefile.am
index a33b725..a8e680a 100644
--- a/test/py.tornado/Makefile.am
+++ b/test/py.tornado/Makefile.am
@@ -20,11 +20,11 @@
 THRIFT = $(top_srcdir)/compiler/cpp/thrift
 
 thrift_gen: ../ThriftTest.thrift ../SmallTest.thrift
-    $(THRIFT) --gen py:tornado ../ThriftTest.thrift
-    $(THRIFT) --gen py:tornado ../SmallTest.thrift
+	$(THRIFT) --gen py:tornado ../ThriftTest.thrift
+	$(THRIFT) --gen py:tornado ../SmallTest.thrift
 
 check: thrift_gen
-    ./test_suite.py
+	./test_suite.py
 
 clean-local:
-    $(RM) -r gen-py.tornado
+	$(RM) -r gen-py.tornado