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

Reverted makefile.am - tabs are not optional there
diff --git a/lib/hs/Makefile.am b/lib/hs/Makefile.am
index 54e4bc9..3c891f4 100755
--- a/lib/hs/Makefile.am
+++ b/lib/hs/Makefile.am
@@ -26,17 +26,17 @@
   src
 
 all-local:
-    $(CABAL) install
+	$(CABAL) install
 
 install-exec-hook:
-    $(CABAL) install
+	$(CABAL) install
 
 # Make sure this doesn't fail if Haskell is not configured.
 clean-local:
-    $(CABAL) clean
+	$(CABAL) clean
 
 maintainer-clean-local:
-    $(CABAL) clean
+	$(CABAL) clean
 
 check-local:
-    $(CABAL) check
+	$(CABAL) check