From 6d965f4493871c9bd4550939b8263d0c509b7c41 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 30 Dec 2011 07:55:15 +0000 Subject: style edits for function declarations --- intern/bsp/test/BSP_GhostTest/BSP_GhostTest3D.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'intern/bsp') diff --git a/intern/bsp/test/BSP_GhostTest/BSP_GhostTest3D.cpp b/intern/bsp/test/BSP_GhostTest/BSP_GhostTest3D.cpp index 9a79c412e4f..543e7e087b1 100644 --- a/intern/bsp/test/BSP_GhostTest/BSP_GhostTest3D.cpp +++ b/intern/bsp/test/BSP_GhostTest/BSP_GhostTest3D.cpp @@ -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()); - + } } -- cgit v1.2.3