[前][次][番号順一覧][スレッド一覧]

ruby-changes:70296

From: aycabta <ko1@a...>
Date: Sat, 18 Dec 2021 10:15:37 +0900 (JST)
Subject: [ruby-changes:70296] 8cc01b668a (master): [ruby/reline] Add space

https://git.ruby-lang.org/ruby.git/commit/?id=8cc01b668a

From 8cc01b668aa1eb0a19e7880dd697d78b93246704 Mon Sep 17 00:00:00 2001
From: aycabta <aycabta@g...>
Date: Tue, 12 Oct 2021 12:48:31 +0900
Subject: [ruby/reline] Add space

https://github.com/ruby/reline/commit/1bb071bcf5
---
 lib/reline/windows.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/reline/windows.rb b/lib/reline/windows.rb
index 32d93a1ca92..e44ba040c22 100644
--- a/lib/reline/windows.rb
+++ b/lib/reline/windows.rb
@@ -168,7 +168,7 @@ class Reline::Windows https://github.com/ruby/ruby/blob/trunk/lib/reline/windows.rb#L168
   @@input_buf = []
   @@output_buf = []
 
-  def self.msys_tty?(io=@@hConsoleInputHandle)
+  def self.msys_tty?(io = @@hConsoleInputHandle)
     # check if fd is a pipe
     if @@GetFileType.call(io) != FILE_TYPE_PIPE
       return false
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]