From a26e600074efaf80d835c6b6e024585853f6b79d Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 20 Jul 2020 13:31:41 +0900 Subject: Remove trailing spaces [ci skip] [ This is a backport to the 2.2 branch. ] (cherry picked from commit 942bb13afaff7d4ec19b4337c6972476c373c988) --- lib/openssl/buffering.rb | 2 +- lib/openssl/ssl.rb | 2 +- 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 -- cgit v1.2.3