mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 23:21:29 +00:00 
			
		
		
		
	whitespace
This commit is contained in:
		
							parent
							
								
									9dc3a36c84
								
							
						
					
					
						commit
						f106f8f29c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -235,7 +235,7 @@ def add_whitespace(self, start):
 | 
			
		|||
            raise ValueError("start ({},{}) precedes previous end ({},{})"
 | 
			
		||||
                             .format(row, col, self.prev_row, self.prev_col))
 | 
			
		||||
        row_offset = row - self.prev_row
 | 
			
		||||
        if row_offset:  
 | 
			
		||||
        if row_offset:
 | 
			
		||||
            self.tokens.append("\\\n" * row_offset)
 | 
			
		||||
            self.prev_col = 0
 | 
			
		||||
        col_offset = col - self.prev_col
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue