summaryrefslogtreecommitdiff
path: root/tutorial/js
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/js
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/js')
-rwxr-xr-xtutorial/js/Makefile.am16
1 files changed, 8 insertions, 8 deletions
diff --git a/tutorial/js/Makefile.am b/tutorial/js/Makefile.am
index 3fe088842..2a899d09e 100755
--- a/tutorial/js/Makefile.am
+++ b/tutorial/js/Makefile.am
@@ -21,19 +21,19 @@ export CLASSPATH
# Make sure this doesn't fail if ant is not configured.
clean-local:
- ANT=$(ANT) ; if test -z "$$ANT" ; then ANT=: ; fi ; \
- $$ANT $(ANT_FLAGS) clean
+ ANT=$(ANT) ; if test -z "$$ANT" ; then ANT=: ; fi ; \
+ $$ANT $(ANT_FLAGS) clean
all-local:
- $(ANT) $(ANT_FLAGS) compile
+ $(ANT) $(ANT_FLAGS) compile
check-local: all
- $(ANT) $(ANT_FLAGS) test
+ $(ANT) $(ANT_FLAGS) test
tutorialserver: all
- $(ANT) $(ANT_FLAGS) tutorialserver
+ $(ANT) $(ANT_FLAGS) tutorialserver
EXTRA_DIST = \
- build.xml \
- src \
- tutorial.html
+ build.xml \
+ src \
+ tutorial.html