summaryrefslogtreecommitdiff
path: root/lib/rb
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2014-10-03 20:22:28 +0200
committerJens Geyer <jensg@apache.org>2014-10-03 20:30:38 +0200
commitaaa8947f3a149d38dd4bfd395573860c2f18ea93 (patch)
treeaf4b000fca7e39c9b5e88b35fbc471b6138749c4 /lib/rb
parentd5436f5cf7a100d89abb3d125d8f241ca7dc925e (diff)
downloadthrift-aaa8947f3a149d38dd4bfd395573860c2f18ea93.tar.gz
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.
Diffstat (limited to 'lib/rb')
-rwxr-xr-xlib/rb/Makefile.am30
1 files changed, 15 insertions, 15 deletions
diff --git a/lib/rb/Makefile.am b/lib/rb/Makefile.am
index 2d0c12e80..fc75146fb 100755
--- a/lib/rb/Makefile.am
+++ b/lib/rb/Makefile.am
@@ -22,28 +22,28 @@ DESTDIR ?= /
if HAVE_BUNDLER
all-local:
- $(BUNDLER) install
- $(BUNDLER) exec rake
+ $(BUNDLER) install
+ $(BUNDLER) exec rake
install-exec-hook:
- $(BUNDLER) exec rake install
+ $(BUNDLER) exec rake install
clean-local:
- $(BUNDLER) exec rake clean
+ $(BUNDLER) exec rake clean
check-local: all
- $(BUNDLER) install
- $(BUNDLER) exec rake
+ $(BUNDLER) install
+ $(BUNDLER) exec rake
endif
EXTRA_DIST = \
- Rakefile \
- Gemfile \
- thrift.gemspec \
- lib \
- ext \
- benchmark \
- script \
- spec \
- README.md
+ Rakefile \
+ Gemfile \
+ thrift.gemspec \
+ lib \
+ ext \
+ benchmark \
+ script \
+ spec \
+ README.md