From 6439ed844e7814fdc65e675bc851642382b72b60 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 11 Jan 2019 10:50:21 +1100 Subject: Cleanup: remove tabs after line start Allows expanding tabs before running clang-format. --- source/blender/python/intern/bpy_props.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/python') diff --git a/source/blender/python/intern/bpy_props.c b/source/blender/python/intern/bpy_props.c index 0bd82d3c52b..b7242680dca 100644 --- a/source/blender/python/intern/bpy_props.c +++ b/source/blender/python/intern/bpy_props.c @@ -1905,7 +1905,7 @@ static void bpy_prop_callback_assign_enum(struct PropertyRNA *prop, PyObject *ge #define BPY_PROPDEF_UNIT_DOC \ " :arg unit: Enumerator in ['NONE', 'LENGTH', 'AREA', 'VOLUME', 'ROTATION', 'TIME', 'VELOCITY', 'ACCELERATION', 'MASS', 'CAMERA'].\n" \ -" :type unit: string\n" \ +" :type unit: string\n" \ #define BPY_PROPDEF_NUM_MIN_DOC \ " :arg min: Hard minimum, trying to assign a value below will silently assign this minimum instead.\n" \ -- cgit v1.2.3