aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/bm_vm_thread_mutex2.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bm_vm_thread_mutex2.rb')
-rw-r--r--benchmark/bm_vm_thread_mutex2.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bm_vm_thread_mutex2.rb b/benchmark/bm_vm_thread_mutex2.rb
index 703a044c10..10de59054f 100644
--- a/benchmark/bm_vm_thread_mutex2.rb
+++ b/benchmark/bm_vm_thread_mutex2.rb
@@ -9,7 +9,7 @@ lmax = (max * max)/2
Thread.new{
i = 0
while i<lmax
- i+=1
+ i += 1
m.synchronize{
r += 1
}