mirror of
				https://github.com/python/cpython.git
				synced 2025-10-25 18:54:53 +00:00 
			
		
		
		
	Make reindent.py happy (convert everything to 4-space indents!).
This commit is contained in:
		
							parent
							
								
									16f6329e61
								
							
						
					
					
						commit
						d038ca830f
					
				
					 9 changed files with 246 additions and 249 deletions
				
			
		|  | @ -3086,4 +3086,3 @@ def _test(): | |||
| 
 | ||||
| if __name__ == '__main__': | ||||
|     _test() | ||||
| 
 | ||||
|  |  | |||
|  | @ -63,4 +63,3 @@ def show(self, **options): | |||
|                 pass | ||||
| 
 | ||||
|         return s | ||||
| 
 | ||||
|  |  | |||
|  | @ -297,4 +297,3 @@ def askstring(title, prompt, **kw): | |||
|     print askinteger("Spam", "Egg count", initialvalue=12*12) | ||||
|     print askfloat("Spam", "Egg weight\n(in tons)", minvalue=1, maxvalue=100) | ||||
|     print askstring("Spam", "Egg label") | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Fred Drake
						Fred Drake