diff options
author | Jens Geyer <jensg@apache.org> | 2014-10-03 20:22:28 +0200 |
---|---|---|
committer | Jens Geyer <jensg@apache.org> | 2014-10-03 20:30:38 +0200 |
commit | aaa8947f3a149d38dd4bfd395573860c2f18ea93 (patch) | |
tree | af4b000fca7e39c9b5e88b35fbc471b6138749c4 /tutorial/py.twisted | |
parent | d5436f5cf7a100d89abb3d125d8f241ca7dc925e (diff) | |
download | thrift-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.twisted')
-rwxr-xr-x | tutorial/py.twisted/Makefile.am | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tutorial/py.twisted/Makefile.am b/tutorial/py.twisted/Makefile.am index c6cbd45e3..5dac658f1 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 |