summaryrefslogtreecommitdiff
path: root/lib/reline/windows.rb
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2021-10-12 12:48:31 +0900
committergit <svn-admin@ruby-lang.org>2021-12-18 10:15:23 +0900
commit8cc01b668aa1eb0a19e7880dd697d78b93246704 (patch)
treea3044418a4b9ca79705d8369268876f09ad3f007 /lib/reline/windows.rb
parent66ec3217dfe92267791071acb50ac60791a7861e (diff)
[ruby/reline] Add space
https://github.com/ruby/reline/commit/1bb071bcf5
Diffstat (limited to 'lib/reline/windows.rb')
-rw-r--r--lib/reline/windows.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/reline/windows.rb b/lib/reline/windows.rb
index 32d93a1ca9..e44ba040c2 100644
--- a/lib/reline/windows.rb
+++ b/lib/reline/windows.rb
@@ -168,7 +168,7 @@ class Reline::Windows
@@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