summaryrefslogtreecommitdiff
path: root/tutorial/py.tornado
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2014-10-03 20:22:28 +0200
committerJens Geyer <jensg@apache.org>2014-10-03 20:30:38 +0200
commitaaa8947f3a149d38dd4bfd395573860c2f18ea93 (patch)
treeaf4b000fca7e39c9b5e88b35fbc471b6138749c4 /tutorial/py.tornado
parentd5436f5cf7a100d89abb3d125d8f241ca7dc925e (diff)
downloadthrift-aaa8947f3a149d38dd4bfd395573860c2f18ea93.tar.gz
THRIFT-2768: Whitespace Fixup
Client: General (Makefile.am, *.thrift) Patch: Jens Geyer DocTest.thrift has NOT been changed, the trailing whitespaces are part of the test case.
Diffstat (limited to 'tutorial/py.tornado')
-rwxr-xr-xtutorial/py.tornado/Makefile.am12
1 files changed, 6 insertions, 6 deletions
diff --git a/tutorial/py.tornado/Makefile.am b/tutorial/py.tornado/Makefile.am
index 6ac60234c..97e702742 100755
--- a/tutorial/py.tornado/Makefile.am
+++ b/tutorial/py.tornado/Makefile.am
@@ -20,19 +20,19 @@
THRIFT = $(top_builddir)/compiler/cpp/thrift
gen-py.tornado/tutorial/Calculator.py gen-py.tornado/shared/SharedService.py: $(top_srcdir)/tutorial/tutorial.thrift
- $(THRIFT) --gen py:tornado -r $<
+ $(THRIFT) --gen py:tornado -r $<
all-local: gen-py.tornado/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 = \
- PythonServer.py \
- PythonClient.py
+ PythonServer.py \
+ PythonClient.py