C, style changes (mostly white space edits), no functional change.
This commit is contained in:
		@@ -150,9 +150,11 @@ PyObject *PyC_ExceptionBuffer(void)
 | 
			
		||||
	
 | 
			
		||||
	if(! (string_io_mod= PyImport_ImportModule("io")) ) {
 | 
			
		||||
		goto error_cleanup;
 | 
			
		||||
	} else if (! (string_io = PyObject_CallMethod(string_io_mod, (char *)"StringIO", NULL))) {
 | 
			
		||||
	}
 | 
			
		||||
	else if (! (string_io = PyObject_CallMethod(string_io_mod, (char *)"StringIO", NULL))) {
 | 
			
		||||
		goto error_cleanup;
 | 
			
		||||
	} else if (! (string_io_getvalue= PyObject_GetAttrString(string_io, "getvalue"))) {
 | 
			
		||||
	}
 | 
			
		||||
	else if (! (string_io_getvalue= PyObject_GetAttrString(string_io, "getvalue"))) {
 | 
			
		||||
		goto error_cleanup;
 | 
			
		||||
	}
 | 
			
		||||
	
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user