summaryrefslogtreecommitdiff
path: root/tutorial/py.twisted
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2014-10-03 20:42:54 +0200
committerJens Geyer <jensg@apache.org>2014-10-03 20:42:54 +0200
commit79f988c27ac97b7a89e6c78a64da2f3a2f65d916 (patch)
tree46358895d7630b0fd10590068450bef9ef151320 /tutorial/py.twisted
parentaaa8947f3a149d38dd4bfd395573860c2f18ea93 (diff)
downloadthrift-79f988c27ac97b7a89e6c78a64da2f3a2f65d916.tar.gz
THRIFT-2768: Whitespace Fixup
Client: General (Makefile.am) Patch: Jens Geyer Reverted makefile.am - tabs are not optional there
Diffstat (limited to 'tutorial/py.twisted')
-rwxr-xr-xtutorial/py.twisted/Makefile.am14
1 files changed, 7 insertions, 7 deletions
diff --git a/tutorial/py.twisted/Makefile.am b/tutorial/py.twisted/Makefile.am
index 5dac658f1..c6cbd45e3 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