From fd81221a8e2c3a8c77599602fe38cd563d86191d Mon Sep 17 00:00:00 2001 From: shyouhei Date: Mon, 12 Feb 2007 23:01:19 +0000 Subject: set svn:eol-style git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11708 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- benchmark/bm_vm1_const.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'benchmark/bm_vm1_const.rb') diff --git a/benchmark/bm_vm1_const.rb b/benchmark/bm_vm1_const.rb index 0077592045..3e395d9478 100644 --- a/benchmark/bm_vm1_const.rb +++ b/benchmark/bm_vm1_const.rb @@ -1,8 +1,8 @@ -Const = 1 - -i = 0 -while i<30000000 # while loop 1 - i+= 1 - j = Const - k = Const -end +Const = 1 + +i = 0 +while i<30000000 # while loop 1 + i+= 1 + j = Const + k = Const +end -- cgit v1.2.3