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

ruby-changes:23707

From: nobu <ko1@a...>
Date: Tue, 22 May 2012 22:21:02 +0900 (JST)
Subject: [ruby-changes:23707] nobu:r35758 (trunk): remove trailing spaces

nobu	2012-05-22 22:20:52 +0900 (Tue, 22 May 2012)

  New Revision: 35758

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

  Log:
    remove trailing spaces
    
    * vm_core.h (rb_iseq_struct): remove trailing spaces.

  Modified files:
    trunk/vm_core.h

Index: vm_core.h
===================================================================
--- vm_core.h	(revision 35757)
+++ vm_core.h	(revision 35758)
@@ -184,7 +184,7 @@
     unsigned long iseq_size;
     VALUE mark_ary;	/* Array: includes operands which should be GC marked */
     VALUE coverage;     /* coverage array */
-    
+
     /* insn info, must be freed */
     struct iseq_line_info_entry *line_info_table;
     size_t line_info_size;

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

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