mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	fix indentation
This commit is contained in:
		
							parent
							
								
									fb921e2c00
								
							
						
					
					
						commit
						d17fec74e5
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -1217,7 +1217,7 @@ PyObject *PyUnicode_AsEncodedObject(PyObject *unicode, | |||
|     } | ||||
| 
 | ||||
|     if (encoding == NULL) | ||||
|     encoding = PyUnicode_GetDefaultEncoding(); | ||||
|         encoding = PyUnicode_GetDefaultEncoding(); | ||||
| 
 | ||||
|     /* Encode via the codec registry */ | ||||
|     v = PyCodec_Encode(unicode, encoding, errors); | ||||
|  | @ -1241,7 +1241,7 @@ PyObject *PyUnicode_AsEncodedString(PyObject *unicode, | |||
|     } | ||||
| 
 | ||||
|     if (encoding == NULL) | ||||
|     encoding = PyUnicode_GetDefaultEncoding(); | ||||
|         encoding = PyUnicode_GetDefaultEncoding(); | ||||
| 
 | ||||
|     /* Shortcuts for common default encodings */ | ||||
|     if (errors == NULL) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Benjamin Peterson
						Benjamin Peterson