summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-09 07:17:10 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-09 07:17:10 +0000
commit9e8367ad464738d151ca7d607b8deca2744316c1 (patch)
tree6f7154e70320b65fa51a413c353efb87e3d39de9 /vm_core.h
parent001d3930199cd113a2fdd42c487a24a9775a4d34 (diff)
* vm_core.h: removed trailing garbage spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20597 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/vm_core.h b/vm_core.h
index e129f9035a..02ebc81a13 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -1,6 +1,6 @@
/**********************************************************************
- vm_core.h -
+ vm_core.h -
$Author$
created at: 04/01/01 19:41:38 JST
@@ -141,7 +141,7 @@ struct rb_iseq_struct {
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 @@ struct rb_iseq_struct {
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 @@ typedef struct rb_vm_struct {
VALUE load_path;
VALUE loaded_features;
struct st_table *loading_table;
-
+
/* signal */
struct {
VALUE cmd;
@@ -339,7 +339,7 @@ typedef struct rb_thread_struct
int safe_level;
int raised_flag;
VALUE last_status; /* $? */
-
+
/* passing state */
int state;