From cded38dad8bd459d6bbad133d80f8ba138612f11 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Mon, 2 Nov 2020 14:34:37 +0000 Subject: [PATCH] Remove some trailing whitespace --- src/Backends/Rendering/OpenGL3.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Backends/Rendering/OpenGL3.cpp b/src/Backends/Rendering/OpenGL3.cpp index 6c4e772a..3c5b3887 100644 --- a/src/Backends/Rendering/OpenGL3.cpp +++ b/src/Backends/Rendering/OpenGL3.cpp @@ -64,9 +64,9 @@ typedef struct VertexBufferSlot Vertex vertices[2][3]; } VertexBufferSlot; -static struct +static struct { - GLuint id; + GLuint id; struct { GLint vertex_transform; @@ -74,7 +74,7 @@ static struct } uniforms; } program_texture; -static struct +static struct { GLuint id; struct @@ -84,7 +84,7 @@ static struct } uniforms; } program_texture_colour_key; -static struct +static struct { GLuint id; struct @@ -94,7 +94,7 @@ static struct } uniforms; } program_colour_fill; -static struct +static struct { GLuint id; struct