From 083297fbf10719ac568529f6c3f61ffd7090e34e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 29 Nov 2011 20:22:35 +0000 Subject: formatting edits (120 width max) and remove some redundant casts --- source/blender/python/mathutils/mathutils_Quaternion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/python/mathutils/mathutils_Quaternion.h') diff --git a/source/blender/python/mathutils/mathutils_Quaternion.h b/source/blender/python/mathutils/mathutils_Quaternion.h index a34720769fa..edd5ec55312 100644 --- a/source/blender/python/mathutils/mathutils_Quaternion.h +++ b/source/blender/python/mathutils/mathutils_Quaternion.h @@ -39,7 +39,7 @@ extern PyTypeObject quaternion_Type; #define QuaternionObject_Check(_v) PyObject_TypeCheck((_v), &quaternion_Type) typedef struct { - BASE_MATH_MEMBERS(quat) + BASE_MATH_MEMBERS(quat); } QuaternionObject; /*struct data contains a pointer to the actual data that the -- cgit v1.2.3