style edits for function declarations

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

View File

@@ -202,7 +202,7 @@ Operate(
}
void
void
BSP_GhostTestApp3D::
UpdateFrame(
){
@@ -210,9 +210,9 @@ if (m_window) {
GHOST_Rect v_rect;
m_window->getClientBounds(v_rect);
glViewport(0,0,v_rect.getWidth(),v_rect.getHeight());
}
}