mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 19:34:08 +00:00 
			
		
		
		
	Remove some more tab usage to prevent an error when run as `python -tt`.
				
					
				
			This commit is contained in:
		
							parent
							
								
									3304a14148
								
							
						
					
					
						commit
						1bfd85b612
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -385,7 +385,7 @@ class MSVCCompiler (CCompiler) :
 | 
				
			||||||
                           debug=0,
 | 
					                           debug=0,
 | 
				
			||||||
                           target_lang=None):
 | 
					                           target_lang=None):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if not self.initialized: self.initialize()
 | 
					        if not self.initialized: self.initialize()
 | 
				
			||||||
        (objects, output_dir) = self._fix_object_args (objects, output_dir)
 | 
					        (objects, output_dir) = self._fix_object_args (objects, output_dir)
 | 
				
			||||||
        output_filename = \
 | 
					        output_filename = \
 | 
				
			||||||
            self.library_filename (output_libname, output_dir=output_dir)
 | 
					            self.library_filename (output_libname, output_dir=output_dir)
 | 
				
			||||||
| 
						 | 
					@ -419,7 +419,7 @@ class MSVCCompiler (CCompiler) :
 | 
				
			||||||
              build_temp=None,
 | 
					              build_temp=None,
 | 
				
			||||||
              target_lang=None):
 | 
					              target_lang=None):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if not self.initialized: self.initialize()
 | 
					        if not self.initialized: self.initialize()
 | 
				
			||||||
        (objects, output_dir) = self._fix_object_args (objects, output_dir)
 | 
					        (objects, output_dir) = self._fix_object_args (objects, output_dir)
 | 
				
			||||||
        (libraries, library_dirs, runtime_library_dirs) = \
 | 
					        (libraries, library_dirs, runtime_library_dirs) = \
 | 
				
			||||||
            self._fix_lib_args (libraries, library_dirs, runtime_library_dirs)
 | 
					            self._fix_lib_args (libraries, library_dirs, runtime_library_dirs)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue