code cleanup: white space, spelling & ';;' end of lines.

This commit is contained in:
Campbell Barton
2012-02-25 16:04:03 +00:00
parent 05725e7b6e
commit 6ca7d82932
32 changed files with 80 additions and 79 deletions

View File

@@ -189,7 +189,7 @@ public :
BSP_FaceInd new_f
);
BSP_VertexInd
BSP_VertexInd
OpVertex(
BSP_VertexInd vi
) const;

View File

@@ -84,9 +84,9 @@ public :
f.m_verts[1] = verts[i-1];
f.m_verts[2] = verts[i];
m_faces.push_back(f);
m_faces.push_back(f);
BuildNormal(m_faces.back());
BuildNormal(m_faces.back());
}
}