mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	GH-99554: Trim trailing whitespace (GH-100435)
Automerge-Triggered-By: GH:brandtbucher
This commit is contained in:
		
							parent
							
								
									4cc63e0d4e
								
							
						
					
					
						commit
						09edde95f4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -153,7 +153,7 @@ location_is_after(location loc1, location loc2) { | ||||||
| static inline bool | static inline bool | ||||||
| same_location(location a, location b) | same_location(location a, location b) | ||||||
| { | { | ||||||
|     return a.lineno == b.lineno &&  |     return a.lineno == b.lineno && | ||||||
|            a.end_lineno == b.end_lineno && |            a.end_lineno == b.end_lineno && | ||||||
|            a.col_offset == b.col_offset && |            a.col_offset == b.col_offset && | ||||||
|            a.end_col_offset == b.end_col_offset; |            a.end_col_offset == b.end_col_offset; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Brandt Bucher
						Brandt Bucher