summaryrefslogtreecommitdiff
path: root/include/ruby/ruby.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-20 11:20:16 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-20 11:20:16 +0000
commitbc483ae33554dead6b98541cc30db3f3c932f97e (patch)
treeb2091c7cf888047a8cea54f013cd8768296a70ef /include/ruby/ruby.h
parenteda90233358d5bed2335900f7977972b1da13882 (diff)
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44303 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include/ruby/ruby.h')
-rw-r--r--include/ruby/ruby.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/ruby.h b/include/ruby/ruby.h
index 95965d6b6a..cad402a201 100644
--- a/include/ruby/ruby.h
+++ b/include/ruby/ruby.h
@@ -1205,7 +1205,7 @@ void rb_gc_writebarrier_unprotect_promoted(VALUE obj);
* - RB_OBJ_WRITTEN(a, oldv, b): WB for new reference from `a' to `b'.
* This doesn't write any values, but only a WB declaration.
* `oldv' is replaced value with `b' (not used in current Ruby).
- *
+ *
* NOTE: The following core interfaces can be changed in the future.
* Please catch up if you want to insert WB into C-extensions
* correctly.