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

Reverted makefile.am - tabs are not optional there
diff --git a/tutorial/py.twisted/Makefile.am b/tutorial/py.twisted/Makefile.am
index 5dac658..c6cbd45 100755
--- a/tutorial/py.twisted/Makefile.am
+++ b/tutorial/py.twisted/Makefile.am
@@ -20,20 +20,20 @@
 THRIFT = $(top_builddir)/compiler/cpp/thrift
 
 gen-py/tutorial/Calculator.py gen-py/shared/SharedService.py: $(top_srcdir)/tutorial/tutorial.thrift
-    $(THRIFT) --gen py:twisted -r $<
+	$(THRIFT) --gen py:twisted -r $<
 
 all-local: gen-py/tutorial/Calculator.py
 
 tutorialserver: all
-    ${PYTHON} PythonServer.py
+	${PYTHON} PythonServer.py
 
 tutorialclient: all
-    ${PYTHON} PythonClient.py
+	${PYTHON} PythonClient.py
 
 clean-local:
-    $(RM) -r gen-*
+	$(RM) -r gen-*
 
 EXTRA_DIST = \
-    PythonClient.py \
-    PythonServer.py \
-    PythonServer.tac
+	PythonClient.py \
+	PythonServer.py \
+	PythonServer.tac