Formatting.

This commit is contained in:
Jeff Young 2024-02-15 16:27:50 +00:00
parent 7446fba70a
commit baaed8ed84
1 changed files with 2 additions and 1 deletions

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 )
{
}