summaryrefslogtreecommitdiff
path: root/tutorial/js
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/js
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/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 2a899d09e..3fe088842 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