comparison 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
comparison
equal deleted inserted replaced
172:94c80a0e7644 173:5cfb47c9e916
135 }; 135 };
136 136
137 PyTypeObject PYM_JSObjectType = { 137 PyTypeObject PYM_JSObjectType = {
138 PyObject_HEAD_INIT(NULL) 138 PyObject_HEAD_INIT(NULL)
139 0, /*ob_size*/ 139 0, /*ob_size*/
140 "pydermonkey.Object", /*tp_name*/ 140 "pydermonkey.Object", /*tp_name*/
141 sizeof(PYM_JSObject), /*tp_basicsize*/ 141 sizeof(PYM_JSObject), /*tp_basicsize*/
142 0, /*tp_itemsize*/ 142 0, /*tp_itemsize*/
143 /*tp_dealloc*/ 143 /*tp_dealloc*/
144 (destructor) PYM_JSObjectDealloc, 144 (destructor) PYM_JSObjectDealloc,
145 0, /*tp_print*/ 145 0, /*tp_print*/