mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	Fix indentation (whitespace only).
This commit is contained in:
		
							parent
							
								
									adf694bd95
								
							
						
					
					
						commit
						2fca81cc4c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -2423,7 +2423,7 @@ PyImport_ReloadModule(PyObject *m) | |||
|      | ||||
| 	if (modules_reloading == NULL) { | ||||
| 		Py_FatalError("PyImport_ReloadModule: " | ||||
| 							"no modules_reloading dictionary!"); | ||||
| 			      "no modules_reloading dictionary!"); | ||||
| 		return NULL; | ||||
| 	} | ||||
| 
 | ||||
|  | @ -2467,7 +2467,7 @@ PyImport_ReloadModule(PyObject *m) | |||
| 			    "reload(): parent %.200s not in sys.modules", | ||||
| 			    PyString_AS_STRING(parentname)); | ||||
| 			Py_DECREF(parentname); | ||||
|             imp_modules_reloading_clear(); | ||||
| 			imp_modules_reloading_clear(); | ||||
| 			return NULL; | ||||
| 		} | ||||
| 		Py_DECREF(parentname); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Neal Norwitz
						Neal Norwitz