aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-21 11:26:05 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-21 11:26:05 +0000
commit892736a7f88ae5cc22fa8e10dd78176ed97b951f (patch)
tree7775df575975d94a769d0bdb95dbddbb8eac3a66 /ChangeLog
parent6a1101f23ea403a8825c2f361508eeb85878b011 (diff)
downloadruby-892736a7f88ae5cc22fa8e10dd78176ed97b951f.tar.gz
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 27c74879eb..d7fa9a1c0e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,7 +6,7 @@ Fri Jun 21 20:15:49 2013 Koichi Sasada <ko1@atdot.net>
The type of returned pointer is (const VALUE *).
* RSTRUCT_GET(st, idx) returns idx-th value of struct.
* RSTRUCT_SET(st, idx, v) set idx-th value by v with WB.
- And
+ And
* RSTRUCT_PTR(st) returns pointer with shady operation.
The type of returned pointer is (VALUE *).