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

Reverted makefile.am - tabs are not optional there
diff --git a/lib/csharp/Makefile.am b/lib/csharp/Makefile.am
index 7b2b618..1c75aa1 100644
--- a/lib/csharp/Makefile.am
+++ b/lib/csharp/Makefile.am
@@ -76,15 +76,15 @@
 all-local: Thrift.dll
 
 Thrift.dll: $(THRIFTCODE)
-    $(CSC) $(THRIFTCODE) /out:Thrift.dll /target:library /reference:System.Web $(MONO_DEFINES)
+	$(CSC) $(THRIFTCODE) /out:Thrift.dll /target:library /reference:System.Web $(MONO_DEFINES)
 
 clean-local:
-    $(RM) Thrift.dll
+	$(RM) Thrift.dll
 
 # run csharp tests?
 # check:
-#     cd test/ThriftTest && ./maketest.sh
-#     cd test/Multiplex && ./maketest.sh
+# 	cd test/ThriftTest && ./maketest.sh
+# 	cd test/Multiplex && ./maketest.sh
 
 EXTRA_DIST = \
              $(THRIFTCODE) \