From 7719c110064fc6f90c93c5339681b7dd9f5cbd63 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 4 Jun 2018 08:54:17 +0200 Subject: Cleanup: strip trailing space in Python module --- source/blender/python/intern/bpy_rna_array.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/python/intern/bpy_rna_array.c') diff --git a/source/blender/python/intern/bpy_rna_array.c b/source/blender/python/intern/bpy_rna_array.c index ed9d1e9c0e5..571ee0edea2 100644 --- a/source/blender/python/intern/bpy_rna_array.c +++ b/source/blender/python/intern/bpy_rna_array.c @@ -277,10 +277,10 @@ static int validate_array_length(PyObject *rvalue, PointerRNA *ptr, PropertyRNA * dimsize[1] = 4 * dimsize[2] = 5 * lvalue_dim = 0, totdim = 3 - * + * * arr[2][3] = x * lvalue_dim = 1 - * + * * arr[2][3][4] = x * lvalue_dim = 2 */ for (i = lvalue_dim; i < totdim; i++) @@ -805,7 +805,7 @@ PyObject *pyrna_py_from_array_index(BPy_PropertyArrayRNA *self, PointerRNA *ptr, * * x = arr[2] * index = 0 + 2 * 4 * 5 - * + * * x = arr[2][3] * index = offset + 3 * 5 */ -- cgit v1.2.3