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

ruby-changes:9060

From: nobu <ko1@a...>
Date: Tue, 9 Dec 2008 16:18:12 +0900 (JST)
Subject: [ruby-changes:9060] Ruby:r20597 (trunk): * vm_core.h: removed trailing garbage spaces.

nobu	2008-12-09 16:17:10 +0900 (Tue, 09 Dec 2008)

  New Revision: 20597

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

  Log:
    * vm_core.h: removed trailing garbage spaces.

  Modified files:
    trunk/vm_core.h

Index: vm_core.h
===================================================================
--- vm_core.h	(revision 20596)
+++ vm_core.h	(revision 20597)
@@ -1,6 +1,6 @@
 /**********************************************************************
 
-  vm_core.h - 
+  vm_core.h -
 
   $Author$
   created at: 04/01/01 19:41:38 JST
@@ -141,7 +141,7 @@
     int local_table_size;
 
     /* method, class frame: sizeof(vars) + 1, block frame: sizeof(vars) */
-    int local_size; 
+    int local_size;
 
     /**
      * argument information
@@ -194,7 +194,7 @@
     VALUE orig;			/* non-NULL if its data have origin */
 
     /* block inlining */
-    /* 
+    /*
      * NODE *node;
      * void *special_block_builder;
      * void *cached_special_block_builder;
@@ -250,7 +250,7 @@
     VALUE load_path;
     VALUE loaded_features;
     struct st_table *loading_table;
-    
+
     /* signal */
     struct {
 	VALUE cmd;
@@ -339,7 +339,7 @@
     int safe_level;
     int raised_flag;
     VALUE last_status; /* $? */
-    
+
     /* passing state */
     int state;
 

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

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