Cleanup: format (with BraceWrapping::AfterControlStatement "MultiLine")
This commit is contained in:
@@ -102,7 +102,8 @@ int mathutils_array_parse(
|
||||
|
||||
if ((num = VectorObject_Check(value) ? ((VectorObject *)value)->vec_num : 0) ||
|
||||
(num = EulerObject_Check(value) ? 3 : 0) || (num = QuaternionObject_Check(value) ? 4 : 0) ||
|
||||
(num = ColorObject_Check(value) ? 3 : 0)) {
|
||||
(num = ColorObject_Check(value) ? 3 : 0))
|
||||
{
|
||||
if (BaseMath_ReadCallback((BaseMathObject *)value) == -1) {
|
||||
return -1;
|
||||
}
|
||||
@@ -196,7 +197,8 @@ int mathutils_array_parse_alloc(float **array,
|
||||
|
||||
if ((num = VectorObject_Check(value) ? ((VectorObject *)value)->vec_num : 0) ||
|
||||
(num = EulerObject_Check(value) ? 3 : 0) || (num = QuaternionObject_Check(value) ? 4 : 0) ||
|
||||
(num = ColorObject_Check(value) ? 3 : 0)) {
|
||||
(num = ColorObject_Check(value) ? 3 : 0))
|
||||
{
|
||||
if (BaseMath_ReadCallback((BaseMathObject *)value) == -1) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user