diff src/runtime.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/runtime.cpp	Tue Sep 01 03:15:09 2009 -0700
+++ b/src/runtime.cpp	Tue Sep 01 03:22:33 2009 -0700
@@ -151,7 +151,7 @@
 PyTypeObject PYM_JSRuntimeType = {
   PyObject_HEAD_INIT(NULL)
   0,                           /*ob_size*/
-  "pydermonkey.Runtime",          /*tp_name*/
+  "pydermonkey.Runtime",       /*tp_name*/
   sizeof(PYM_JSRuntimeObject), /*tp_basicsize*/
   0,                           /*tp_itemsize*/
                                /*tp_dealloc*/