[Zope3-checkins] CVS: Zope3/src/zope/proxy - proxy.c:1.4

Steve Alexander steve@cat-box.net
Wed, 7 May 2003 05:32:14 -0400


Update of /cvs-repository/Zope3/src/zope/proxy
In directory cvs.zope.org:/tmp/cvs-serv16565/src/zope/proxy

Modified Files:
	proxy.c 
Log Message:
small formatting fix.


=== Zope3/src/zope/proxy/proxy.c 1.3 => 1.4 ===
--- Zope3/src/zope/proxy/proxy.c:1.3	Tue Apr  1 11:32:52 2003
+++ Zope3/src/zope/proxy/proxy.c	Wed May  7 05:32:13 2003
@@ -619,12 +619,12 @@
     &wrap_as_sequence,			/* tp_as_sequence */
     &wrap_as_mapping,			/* tp_as_mapping */
     wrap_hash,				/* tp_hash */
-    wrap_call,					/* tp_call */
+    wrap_call,				/* tp_call */
     wrap_str,				/* tp_str */
     wrap_getattro,			/* tp_getattro */
     wrap_setattro,			/* tp_setattro */
     0,					/* tp_as_buffer */
-    Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_GC 
+    Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_GC
         | Py_TPFLAGS_CHECKTYPES | Py_TPFLAGS_BASETYPE, /* tp_flags */
     0,					/* tp_doc */
     wrap_traverse,			/* tp_traverse */