summaryrefslogtreecommitdiff
path: root/ext/dl/lib
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-09-04 00:57:31 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-09-04 00:57:31 +0000
commitaf6c038b23c056fed1a8f5cbb8827b3a5061e893 (patch)
tree466054a5bb7f4266459645f489c731a2bd3c4b90 /ext/dl/lib
parent4bb125f91a1df7d5252b1dd1f59c1ce0238e0192 (diff)
remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36895 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/dl/lib')
-rw-r--r--ext/dl/lib/dl/struct.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dl/lib/dl/struct.rb b/ext/dl/lib/dl/struct.rb
index 37cb3b5120..db272081da 100644
--- a/ext/dl/lib/dl/struct.rb
+++ b/ext/dl/lib/dl/struct.rb
@@ -98,7 +98,7 @@ module DL
last_offset = offset
align = PackInfo::ALIGN_MAP[type]
- offset = PackInfo.align(last_offset, align) +
+ offset = PackInfo.align(last_offset, align) +
(PackInfo::SIZE_MAP[type] * count)
align