mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* vm.c (rb_vm_get_sourceline): fix indent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33274 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									89e490f1de
								
							
						
					
					
						commit
						7db23668b0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								vm.c
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								vm.c
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -743,7 +743,7 @@ rb_vm_get_sourceline(const rb_control_frame_t *cfp)
 | 
			
		|||
    if (RUBY_VM_NORMAL_ISEQ_P(iseq)) {
 | 
			
		||||
	size_t pos = cfp->pc - cfp->iseq->iseq_encoded;
 | 
			
		||||
	line_no = rb_iseq_line_no(iseq, pos);
 | 
			
		||||
	    }
 | 
			
		||||
    }
 | 
			
		||||
    return line_no;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue