From ea0edcf07fcdf4496f00f1563483d857124e947f Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Wed, 2 Aug 2023 00:35:11 +0200 Subject: [PATCH] source/Platform/Unix/GLXContext.h: Whitespace fix. --- source/Platform/Unix/GLXContext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Platform/Unix/GLXContext.h b/source/Platform/Unix/GLXContext.h index 878a6f7..65d940b 100644 --- a/source/Platform/Unix/GLXContext.h +++ b/source/Platform/Unix/GLXContext.h @@ -39,7 +39,7 @@ private : private : - ::Window m_win; + ::Window m_win; ::GLXContext m_ctx; };