shithub: cstory

Download patch

ref: cded38dad8bd459d6bbad133d80f8ba138612f11
parent: 744ddcaacf3d3206be5c0169b04a9b3460ba34f4
author: Clownacy <Clownacy@users.noreply.github.com>
date: Mon Nov 2 09:34:37 EST 2020

Remove some trailing whitespace

--- a/src/Backends/Rendering/OpenGL3.cpp
+++ b/src/Backends/Rendering/OpenGL3.cpp
@@ -64,9 +64,9 @@
 	Vertex vertices[2][3];
 } VertexBufferSlot;
 
-static struct 
+static struct
 {
-	GLuint id;	
+	GLuint id;
 	struct
 	{
 		GLint vertex_transform;
@@ -74,7 +74,7 @@
 	} uniforms;
 } program_texture;
 
-static struct 
+static struct
 {
 	GLuint id;
 	struct
@@ -84,7 +84,7 @@
 	} uniforms;
 } program_texture_colour_key;
 
-static struct 
+static struct
 {
 	GLuint id;
 	struct
@@ -94,7 +94,7 @@
 	} uniforms;
 } program_colour_fill;
 
-static struct 
+static struct
 {
 	GLuint id;
 	struct