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

ruby-changes:13021

From: nobu <ko1@a...>
Date: Sun, 6 Sep 2009 08:11:14 +0900 (JST)
Subject: [ruby-changes:13021] Ruby:r24766 (trunk): * io.c (argf_next_argv): fixed indent.

nobu	2009-09-06 08:11:03 +0900 (Sun, 06 Sep 2009)

  New Revision: 24766

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=24766

  Log:
    * io.c (argf_next_argv): fixed indent.

  Modified files:
    trunk/io.c

Index: io.c
===================================================================
--- io.c	(revision 24765)
+++ io.c	(revision 24766)
@@ -6715,7 +6715,7 @@
 		}
 		ARGF.current_file = prep_io(fr, FMODE_READABLE, rb_cFile, fn);
 	    }
-           if (ARGF.binmode) rb_io_ascii8bit_binmode(ARGF.current_file);
+	    if (ARGF.binmode) rb_io_ascii8bit_binmode(ARGF.current_file);
 	    if (ARGF.encs.enc) {
 		rb_io_t *fptr;
 
@@ -9788,7 +9788,7 @@
     /*
      * Hack to get rdoc to regard ARGF as a class:
      * rb_cARGF = rb_define_class("ARGF", rb_cObject);
-     * */
+     */
     rb_cARGF = rb_class_new(rb_cObject);
     rb_set_class_path(rb_cARGF, rb_cObject, "ARGF.class");
     rb_define_alloc_func(rb_cARGF, argf_alloc);

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

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