From 58c9a0b11a0e705f68d741107faba51d9d17000e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 22 Aug 2015 21:17:32 +1000 Subject: Cleanup: spelling --- source/blender/python/mathutils/mathutils_bvhtree.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/python/mathutils/mathutils_bvhtree.c') diff --git a/source/blender/python/mathutils/mathutils_bvhtree.c b/source/blender/python/mathutils/mathutils_bvhtree.c index 506b64709e3..a207b63e652 100644 --- a/source/blender/python/mathutils/mathutils_bvhtree.c +++ b/source/blender/python/mathutils/mathutils_bvhtree.c @@ -522,8 +522,8 @@ static PyObject *py_bvhtree_overlap(PyBVHTree *self, PyBVHTree *other) item = PyTuple_New(2); PyTuple_SET_ITEMS(item, - PyLong_FromLong(overlap[i].indexA), - PyLong_FromLong(overlap[i].indexB)); + PyLong_FromLong(overlap[i].indexA), + PyLong_FromLong(overlap[i].indexB)); PyList_Append(ret, item); Py_DECREF(item); -- cgit v1.2.3