style edits for function declarations

This commit is contained in:
2011-12-30 07:55:15 +00:00
parent ca629d5ccc
commit 6d965f4493
40 changed files with 239 additions and 128 deletions

View File

@@ -187,7 +187,8 @@ void MeshImporter::set_face_indices(MFace *mface, unsigned int *indices, bool qu
// not used anymore, test_index_face from blenkernel is better
#if 0
// change face indices order so that v4 is not 0
void MeshImporter::rotate_face_indices(MFace *mface) {
void MeshImporter::rotate_face_indices(MFace *mface)
{
mface->v4 = mface->v1;
mface->v1 = mface->v2;
mface->v2 = mface->v3;