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/go/Makefile.am b/lib/go/Makefile.am
index be2a2e5..05369b9 100644
--- a/lib/go/Makefile.am
+++ b/lib/go/Makefile.am
@@ -24,17 +24,17 @@
endif
install:
- @echo '##############################################################'
- @echo '##############################################################'
- @echo 'The Go client library should be installed via "go get", please see /lib/go/README.md'
- @echo '##############################################################'
- @echo '##############################################################'
+ @echo '##############################################################'
+ @echo '##############################################################'
+ @echo 'The Go client library should be installed via "go get", please see /lib/go/README.md'
+ @echo '##############################################################'
+ @echo '##############################################################'
check-local:
- $(GO) test ./thrift
+ $(GO) test ./thrift
all-local: check-local
EXTRA_DIST = \
- thrift \
- README.md
+ thrift \
+ README.md