summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2018-04-10 18:59:29 -0500
committerAaron Bauman <bman@gentoo.org>2018-04-13 19:21:28 -0400
commit1c2fb96dda4857c62ef460d21b8189ff6676066b (patch)
tree26d6ffc2fecd62ddec64dc8339b12cc0577ac112 /dev-ruby
parentdev-db/unixODBC: remove trailing whitespace (diff)
downloadgentoo-1c2fb96dda4857c62ef460d21b8189ff6676066b.tar.gz
gentoo-1c2fb96dda4857c62ef460d21b8189ff6676066b.tar.bz2
gentoo-1c2fb96dda4857c62ef460d21b8189ff6676066b.zip
dev-ruby/curb: remove trailing whitespace
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/curb/curb-0.9.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/curb/curb-0.9.4.ebuild b/dev-ruby/curb/curb-0.9.4.ebuild
index 43b3caf607d7..db408773e228 100644
--- a/dev-ruby/curb/curb-0.9.4.ebuild
+++ b/dev-ruby/curb/curb-0.9.4.ebuild
@@ -30,7 +30,7 @@ all_ruby_prepare() {
sed -e '/test_easy_http_verbs_must_respond_to_str/,/^ end/ s:^:#:' \
-i tests/tc_curl_easy.rb || die
- # avoid failing tests where failure condition seems weird, no
+ # avoid failing tests where failure condition seems weird, no
# upstream travis so not clear if the test is indeed broken.
sed -i -e '/test_multi_easy_http/,/^ end/ s:^:#:' tests/tc_curl_multi.rb || die
}