Mercurial > pymonkey
diff src/context.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/context.cpp Tue Sep 01 03:15:09 2009 -0700 +++ b/src/context.cpp Tue Sep 01 03:22:33 2009 -0700 @@ -70,8 +70,8 @@ return JSTRAP_CONTINUE; } -// This is the default JSOperationCallback for pydermonkey-owned JS contexts, -// when they've defined one in Python. +// This is the default JSOperationCallback for pydermonkey-owned JS +// contexts, when they've defined one in Python. static JSBool PYM_operationCallback(JSContext *cx) { @@ -804,7 +804,7 @@ PyTypeObject PYM_JSContextType = { PyObject_HEAD_INIT(NULL) 0, /*ob_size*/ - "pydermonkey.Context", /*tp_name*/ + "pydermonkey.Context", /*tp_name*/ sizeof(PYM_JSContextObject), /*tp_basicsize*/ 0, /*tp_itemsize*/ /*tp_dealloc*/