code cleanup:
- style - multi-line ifs move braces onto new lines. - iterators - convert some to macros, other split up and move brace.
This commit is contained in:
@@ -812,8 +812,8 @@ int test_index_face(MFace *mface, CustomData *fdata, int mfindex, int nr)
|
||||
mface->v4 == mface->v1 ||
|
||||
/* across the face */
|
||||
mface->v1 == mface->v3 ||
|
||||
mface->v2 == mface->v4
|
||||
) {
|
||||
mface->v2 == mface->v4)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user