THRIFT-2768: Whitespace Fixup
Client: General (Makefile.am)
Patch: Jens Geyer

Reverted makefile.am - tabs are not optional there
diff --git a/lib/js/test/Makefile.am b/lib/js/test/Makefile.am
index d8f1159..14927c4 100755
--- a/lib/js/test/Makefile.am
+++ b/lib/js/test/Makefile.am
@@ -21,9 +21,9 @@
 
 # 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
 
 check-local: all
-    $(ANT) $(ANT_FLAGS) test
+	$(ANT) $(ANT_FLAGS) test