Skip to content

Commit

Permalink
Whitespace fix.
Browse files Browse the repository at this point in the history
--HG--
branch : trunk
  • Loading branch information
icculus committed Apr 27, 2008
1 parent 5ec3aff commit 28b005b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mojoshader_opengl.c
Expand Up @@ -410,7 +410,7 @@ void MOJOSHADER_glSetVertexShaderUniformB(unsigned int idx, const int *data,


void MOJOSHADER_glSetPixelShaderUniformF(unsigned int idx, const float *data,
unsigned int vec4n)
unsigned int vec4n)
{
const uint maxregs = STATICARRAYLEN(ps_register_file_f) / 4;
if (idx < maxregs)
Expand All @@ -434,7 +434,7 @@ void MOJOSHADER_glSetPixelShaderUniformI(unsigned int idx, const int *data,


void MOJOSHADER_glSetPixelShaderUniformB(unsigned int idx, const int *data,
unsigned int bcount)
unsigned int bcount)
{
const uint maxregs = STATICARRAYLEN(ps_register_file_f) / 4;
if (idx < maxregs)
Expand Down

0 comments on commit 28b005b

Please sign in to comment.