Remove some trailing whitespace
This commit is contained in:
parent
744ddcaacf
commit
cded38dad8
1 changed files with 5 additions and 5 deletions
|
@ -64,9 +64,9 @@ typedef struct VertexBufferSlot
|
||||||
Vertex vertices[2][3];
|
Vertex vertices[2][3];
|
||||||
} VertexBufferSlot;
|
} VertexBufferSlot;
|
||||||
|
|
||||||
static struct
|
static struct
|
||||||
{
|
{
|
||||||
GLuint id;
|
GLuint id;
|
||||||
struct
|
struct
|
||||||
{
|
{
|
||||||
GLint vertex_transform;
|
GLint vertex_transform;
|
||||||
|
@ -74,7 +74,7 @@ static struct
|
||||||
} uniforms;
|
} uniforms;
|
||||||
} program_texture;
|
} program_texture;
|
||||||
|
|
||||||
static struct
|
static struct
|
||||||
{
|
{
|
||||||
GLuint id;
|
GLuint id;
|
||||||
struct
|
struct
|
||||||
|
@ -84,7 +84,7 @@ static struct
|
||||||
} uniforms;
|
} uniforms;
|
||||||
} program_texture_colour_key;
|
} program_texture_colour_key;
|
||||||
|
|
||||||
static struct
|
static struct
|
||||||
{
|
{
|
||||||
GLuint id;
|
GLuint id;
|
||||||
struct
|
struct
|
||||||
|
@ -94,7 +94,7 @@ static struct
|
||||||
} uniforms;
|
} uniforms;
|
||||||
} program_colour_fill;
|
} program_colour_fill;
|
||||||
|
|
||||||
static struct
|
static struct
|
||||||
{
|
{
|
||||||
GLuint id;
|
GLuint id;
|
||||||
struct
|
struct
|
||||||
|
|
Loading…
Add table
Reference in a new issue