diff options
author | Jens Geyer <jensg@apache.org> | 2014-10-03 20:42:54 +0200 |
---|---|---|
committer | Jens Geyer <jensg@apache.org> | 2014-10-03 20:42:54 +0200 |
commit | 79f988c27ac97b7a89e6c78a64da2f3a2f65d916 (patch) | |
tree | 46358895d7630b0fd10590068450bef9ef151320 /test/rb | |
parent | aaa8947f3a149d38dd4bfd395573860c2f18ea93 (diff) | |
download | thrift-79f988c27ac97b7a89e6c78a64da2f3a2f65d916.tar.gz |
THRIFT-2768: Whitespace Fixup
Client: General (Makefile.am)
Patch: Jens Geyer
Reverted makefile.am - tabs are not optional there
Diffstat (limited to 'test/rb')
-rw-r--r-- | test/rb/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/rb/Makefile.am b/test/rb/Makefile.am index eb9129329..9cdd99b4d 100644 --- a/test/rb/Makefile.am +++ b/test/rb/Makefile.am @@ -20,12 +20,12 @@ THRIFT = $(top_srcdir)/compiler/cpp/thrift stubs: ../ThriftTest.thrift ../SmallTest.thrift - $(THRIFT) --gen rb ../ThriftTest.thrift - $(THRIFT) --gen rb ../SmallTest.thrift + $(THRIFT) --gen rb ../ThriftTest.thrift + $(THRIFT) --gen rb ../SmallTest.thrift check: stubs if HAVE_BUNDLER - $(BUNDLER) install - $(BUNDLER) exec $(RUBY) -I. test_suite.rb + $(BUNDLER) install + $(BUNDLER) exec $(RUBY) -I. test_suite.rb endif |