Skip to content

Commit a0544eb

Browse files
committed
* remove trailing spaces [ci skip]
1 parent 4d32458 commit a0544eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/io/console/console.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1578,12 +1578,12 @@ str_chomp(VALUE str)
15781578
* see String#chomp!.
15791579
*
15801580
* You must require 'io/console' to use this method.
1581-
*
1581+
*
15821582
* require 'io/console'
15831583
* IO::console.getpass("Enter password: ")
1584-
* Enter password:
1584+
* Enter password:
15851585
* # => "mypassword"
1586-
*
1586+
*
15871587
*/
15881588
static VALUE
15891589
console_getpass(int argc, VALUE *argv, VALUE io)

0 commit comments

Comments
 (0)