diff src/object.cpp @ 173:5cfb47c9e916 default tip

Minor line wrap and spacing fixes.
author Atul Varma <varmaa@toolness.com>
date Tue, 01 Sep 2009 03:22:33 -0700
parents dd32a92f6b4f
children
line wrap: on
line diff
--- a/src/object.cpp	Tue Sep 01 03:15:09 2009 -0700
+++ b/src/object.cpp	Tue Sep 01 03:22:33 2009 -0700
@@ -137,7 +137,7 @@
 PyTypeObject PYM_JSObjectType = {
   PyObject_HEAD_INIT(NULL)
   0,                           /*ob_size*/
-  "pydermonkey.Object",           /*tp_name*/
+  "pydermonkey.Object",        /*tp_name*/
   sizeof(PYM_JSObject),        /*tp_basicsize*/
   0,                           /*tp_itemsize*/
                                /*tp_dealloc*/