Skip to content

Commit

Permalink
* io.c (IO#new):
Browse files Browse the repository at this point in the history
  Fix indentation from r37444
  [ruby-core:48052] [Bug ruby#7179]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37568 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
zzak committed Nov 9, 2012
1 parent bb250b0 commit de794ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Fri Nov 9 09:30:00 2012 Zachary Scott <[email protected]>

* io.c (IO#new):
Fix indentation from r37444
[ruby-core:48052] [Bug #7179]

Thu Nov 9 07:36:00 2012 Kenta Murata <[email protected]>

* bignum.c (bigmul0): enable big_mul_toom3.
Expand Down
4 changes: 2 additions & 2 deletions io.c
Original file line number Diff line number Diff line change
Expand Up @@ -6962,7 +6962,7 @@ rb_io_stdio_file(rb_io_t *fptr)
*
* Ruby allows the following open modes:
*
* "r" Read-only, starts at beginning of file (default mode).
* "r" Read-only, starts at beginning of file (default mode).
*
* "r+" Read-write, starts at beginning of file.
*
Expand All @@ -6982,7 +6982,7 @@ rb_io_stdio_file(rb_io_t *fptr)
* The following modes must be used separately, and along with one or more of
* the modes seen above.
*
* "b" Binary file mode
* "b" Binary file mode
* Suppresses EOL <-> CRLF conversion on Windows. And
* sets external encoding to ASCII-8BIT unless explicitly
* specified.
Expand Down

0 comments on commit de794ae

Please sign in to comment.