From 28b005b1187e680b5120e59cc8c85e9c6a8baa16 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 27 Apr 2008 03:08:06 -0400 Subject: [PATCH] Whitespace fix. --HG-- branch : trunk --- mojoshader_opengl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mojoshader_opengl.c b/mojoshader_opengl.c index c05fa1cd..2687ee44 100644 --- a/mojoshader_opengl.c +++ b/mojoshader_opengl.c @@ -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) @@ -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)