From 10ee68d541d0e393777a1034f12e890bf22eaa0f Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 17 May 2013 15:00:34 -0400 Subject: [PATCH] Fixed whitespace. --- mojoshader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mojoshader.c b/mojoshader.c index 4850685f..60f20767 100644 --- a/mojoshader.c +++ b/mojoshader.c @@ -3400,7 +3400,7 @@ static void glsl_texld(Context *ctx, const int texldd) static void emit_GLSL_TEXLD(Context *ctx) { - glsl_texld(ctx, 0); + glsl_texld(ctx, 0); } // emit_GLSL_TEXLD