aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-07-20 13:31:41 +0900
committerKazuki Yamaguchi <k@rhe.jp>2021-10-16 16:59:23 +0900
commita26e600074efaf80d835c6b6e024585853f6b79d (patch)
tree864174514e66738cf05c41ce567f94aca15beb4b
parent0bea59d245dc1ec31f2c72f6103a1c4e3d798f71 (diff)
downloadruby-openssl-a26e600074efaf80d835c6b6e024585853f6b79d.tar.gz
Remove trailing spaces [ci skip]
[ This is a backport to the 2.2 branch. ] (cherry picked from commit 942bb13afaff7d4ec19b4337c6972476c373c988)
-rw-r--r--lib/openssl/buffering.rb2
-rw-r--r--lib/openssl/ssl.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/openssl/buffering.rb b/lib/openssl/buffering.rb
index a5f4241b..32e04b48 100644
--- a/lib/openssl/buffering.rb
+++ b/lib/openssl/buffering.rb
@@ -31,7 +31,7 @@ module OpenSSL::Buffering
force_encoding(BINARY)
end
-
+
def << string
if string.encoding == BINARY
super(string)
diff --git a/lib/openssl/ssl.rb b/lib/openssl/ssl.rb
index 8554ada0..8e120073 100644
--- a/lib/openssl/ssl.rb
+++ b/lib/openssl/ssl.rb
@@ -236,7 +236,7 @@ YoaOffgTf5qxiwkjnlVZQc3whgnEt9FpVMvQ9eknyeGB5KHfayAc3+hUAvI3/Cr3
def fileno
to_io.fileno
end
-
+
def addr
to_io.addr
end