From 194a01a484de0ed73256fea0321264b8aebfd258 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 5 Jun 2007 04:49:54 +0000 Subject: * compile.c: fixed indentation. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12434 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vm.c') diff --git a/vm.c b/vm.c index d66e0b1e0f..2c34b17e12 100644 --- a/vm.c +++ b/vm.c @@ -126,13 +126,13 @@ pop_frame(rb_thread_t *th) rb_control_frame_t *cfp = th->cfp; cfp->prof_time_self = current_time - cfp->prof_time_self; (cfp+1)->prof_time_chld += cfp->prof_time_self; - + cfp->iseq->profile.count++; cfp->iseq->profile.time_cumu = cfp->prof_time_self; cfp->iseq->profile.time_self = cfp->prof_time_self - cfp->prof_time_chld; } else if (0 /* c method? */) { - + } #endif th->cfp = RUBY_VM_PREVIOUS_CONTROL_FRAME(th->cfp); @@ -1195,7 +1195,7 @@ eval_get_ev_const(rb_thread_t *th, rb_iseq_t *iseq, while (cref && cref->nd_next) { klass = cref->nd_clss; cref = cref->nd_next; - + if (klass == 0) { continue; } -- cgit v1.2.3