[Python-checkins] CVS: python/dist/src/Objects object.c,2.130,2.131

Tim Peters tim_one@users.sourceforge.net
2001年5月10日 20:36:47 -0700


Update of /cvsroot/python/python/dist/src/Objects
In directory usw-pr-cvs1:/tmp/cvs-serv22537/python/dist/src/Objects
Modified Files:
	object.c 
Log Message:
Cosmetic: code under "else" clause was missing indent.
Index: object.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/object.c,v
retrieving revision 2.130
retrieving revision 2.131
diff -C2 -r2.130 -r2.131
*** object.c	2001年05月07日 20:53:51	2.130
--- object.c	2001年05月11日 03:36:45	2.131
***************
*** 1053,1057 ****
 		return (*v->ob_type->tp_getattro)(v, name);
 	else
! 	return PyObject_GetAttrString(v, PyString_AS_STRING(name));
 }
 
--- 1053,1057 ----
 		return (*v->ob_type->tp_getattro)(v, name);
 	else
! 		return PyObject_GetAttrString(v, PyString_AS_STRING(name));
 }
 

AltStyle によって変換されたページ (->オリジナル) /