1
0
Fork 0

source/Platform/Unix/GLXContext.h: Whitespace fix.

This commit is contained in:
Henrik Hautakoski 2023-08-02 00:35:11 +02:00
parent 1854c4cb51
commit ea0edcf07f

View file

@ -39,7 +39,7 @@ private :
private :
::Window m_win;
::Window m_win;
::GLXContext m_ctx;
};