aboutsummaryrefslogtreecommitdiffstats
path: root/ext/io
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-08-18 10:14:49 +0900
committergit <svn-admin@ruby-lang.org>2023-08-18 01:15:00 +0000
commit1107cfd077486daa49f6c0bc62614d656651a5e6 (patch)
treead23474d427f07134add501f111c661a20ce8818 /ext/io
parent43802a088e204c32564c243d8f99f8980b150279 (diff)
downloadruby-1107cfd077486daa49f6c0bc62614d656651a5e6.tar.gz
[ruby/io-console] * remove trailing spaces [ci skip]
https://github.com/ruby/io-console/commit/a0544eb74f
Diffstat (limited to 'ext/io')
-rw-r--r--ext/io/console/console.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/io/console/console.c b/ext/io/console/console.c
index 836391f370..37d3b6f6e6 100644
--- a/ext/io/console/console.c
+++ b/ext/io/console/console.c
@@ -1578,12 +1578,12 @@ str_chomp(VALUE str)
* see String#chomp!.
*
* You must require 'io/console' to use this method.
- *
+ *
* require 'io/console'
* IO::console.getpass("Enter password: ")
- * Enter password:
+ * Enter password:
* # => "mypassword"
- *
+ *
*/
static VALUE
console_getpass(int argc, VALUE *argv, VALUE io)