mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	variable.c: fix indent
* variable.c (rb_ivar_count, rb_autoloading_value): fix indent. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36172 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									fb120181f6
								
							
						
					
					
						commit
						52d85c1014
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		|  | @ -1227,7 +1227,7 @@ rb_ivar_count(VALUE obj) | |||
| 		} | ||||
| 	    } | ||||
| 	    return count; | ||||
|         } | ||||
| 	} | ||||
| 	break; | ||||
|       case T_CLASS: | ||||
|       case T_MODULE: | ||||
|  | @ -1627,9 +1627,9 @@ rb_autoloading_value(VALUE mod, ID id, VALUE* value) | |||
|     } | ||||
|     if (ele->thread == rb_thread_current()) { | ||||
| 	if (ele->value != Qundef) { | ||||
|     	    if (value) { | ||||
|     		*value = ele->value; | ||||
|     	    } | ||||
| 	    if (value) { | ||||
| 		*value = ele->value; | ||||
| 	    } | ||||
| 	    return 1; | ||||
| 	} | ||||
|     } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 nobu
						nobu