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.
diff --git a/lib/hs/Makefile.am b/lib/hs/Makefile.am
index 3c891f4..54e4bc9 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