aboutsummaryrefslogtreecommitdiffstats
path: root/template/yasmdata.rb.tmpl
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-09 07:14:13 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-09 07:14:13 +0000
commit001d3930199cd113a2fdd42c487a24a9775a4d34 (patch)
tree610b75bad591bd9d48f9222f1234c8f3eaf0f778 /template/yasmdata.rb.tmpl
parentb2e82f2dfbb35fd643d6c4c6e0f738e5f51770ac (diff)
downloadruby-001d3930199cd113a2fdd42c487a24a9775a4d34.tar.gz
* id.h, include/ruby/{intern,oniguruma}.h, regenc.h, regparse.h,
template/*.tmpl: removed trailing garbage spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'template/yasmdata.rb.tmpl')
-rw-r--r--template/yasmdata.rb.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yasmdata.rb.tmpl b/template/yasmdata.rb.tmpl
index 95ad092e4f..a11df0a712 100644
--- a/template/yasmdata.rb.tmpl
+++ b/template/yasmdata.rb.tmpl
@@ -7,7 +7,7 @@ class VM
InsnID2NO = {
<%= insn_id2no %>
}
-
+
def self.id2insn_no id
if InsnID2NO.has_key? id
InsnID2NO[id]