Formatting.

(cherry picked from commit baaed8ed84)
This commit is contained in:
Jeff Young
2024-02-23 16:53:32 +01:00
committed by Roberto Fernandez Bautista
parent 73b6b19a4e
commit ef23d6776d
+2 -1
View File
@@ -135,7 +135,8 @@ class GAL_API VIEW_CONTROLS
{
public:
VIEW_CONTROLS( VIEW* aView ) :
m_view( aView ), m_cursorWarped( false )
m_view( aView ),
m_cursorWarped( false )
{
}