[Zope3-checkins] CVS: Zope3/src/zope/context - wrapper.c:1.27

Fred L. Drake, Jr. fred at zope.com
Thu Aug 14 15:44:24 EDT 2003


Update of /cvs-repository/Zope3/src/zope/context
In directory cvs.zope.org:/tmp/cvs-serv19509

Modified Files:
	wrapper.c 
Log Message:
use consistent whitespace


=== Zope3/src/zope/context/wrapper.c 1.26 => 1.27 ===
--- Zope3/src/zope/context/wrapper.c:1.26	Thu Jul 17 10:00:03 2003
+++ Zope3/src/zope/context/wrapper.c	Thu Aug 14 14:44:20 2003
@@ -1590,7 +1590,7 @@
      setobject__doc__},
     {"setcontext",      wrapper_setcontext,      METH_VARARGS,
      setcontext__doc__},
-    {"getdescriptor",   wrapper_getdescriptor, METH_VARARGS,
+    {"getdescriptor",   wrapper_getdescriptor,   METH_VARARGS,
      getdescriptor__doc__},
     {NULL, NULL, 0, NULL}
 };




More information about the Zope3-Checkins mailing list