mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 21:21:22 +00:00 
			
		
		
		
	Whitespace normalization.
This commit is contained in:
		
							parent
							
								
									2ee8099bd8
								
							
						
					
					
						commit
						0e9980f75a
					
				
					 7 changed files with 26 additions and 26 deletions
				
			
		|  | @ -1313,4 +1313,4 @@ def __repr__(self): | ||||||
| 
 | 
 | ||||||
| for name, obj in globals().items(): | for name, obj in globals().items(): | ||||||
|     if isinstance(obj, type) and issubclass(obj, Node): |     if isinstance(obj, type) and issubclass(obj, Node): | ||||||
|        nodes[name.lower()] = obj |         nodes[name.lower()] = obj | ||||||
|  |  | ||||||
|  | @ -283,4 +283,4 @@ def __repr__(self): | ||||||
| ### EPILOGUE | ### EPILOGUE | ||||||
| for name, obj in globals().items(): | for name, obj in globals().items(): | ||||||
|     if isinstance(obj, type) and issubclass(obj, Node): |     if isinstance(obj, type) and issubclass(obj, Node): | ||||||
|        nodes[name.lower()] = obj |         nodes[name.lower()] = obj | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Tim Peters
						Tim Peters