style cleanup

This commit is contained in:
Campbell Barton
2012-03-28 05:03:24 +00:00
parent c9f677d24d
commit 07065b27b8
49 changed files with 229 additions and 229 deletions

View File

@@ -988,7 +988,7 @@ MT_Matrix4x4 RAS_OpenGLRasterizer::GetFrustumMatrix(
float frustfar,
float focallength,
bool
){
) {
MT_Matrix4x4 result;
double mat[16];
@@ -1037,7 +1037,7 @@ MT_Matrix4x4 RAS_OpenGLRasterizer::GetOrthoMatrix(
float top,
float frustnear,
float frustfar
){
) {
MT_Matrix4x4 result;
double mat[16];