style cleanup

This commit is contained in:
Campbell Barton
2013-03-29 06:21:28 +00:00
parent c826174056
commit ab41583bc2
23 changed files with 129 additions and 134 deletions

View File

@@ -189,7 +189,7 @@ static PyObject *KX_PythonSeq_getIndex(PyObject *self, Py_ssize_t index)
return NULL;
}
static PyObjectPlus * KX_PythonSeq_subscript__internal(PyObject *self, const char *key)
static PyObjectPlus *KX_PythonSeq_subscript__internal(PyObject *self, const char *key)
{
PyObjectPlus *self_plus= BGE_PROXY_REF(((KX_PythonSeq *)self)->base);