From c7e2e1a19658f86c46db8b3351aa031d9ee66231 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 2 May 2008 06:47:41 -0400 Subject: [PATCH] Whitespace fix. --HG-- branch : trunk --- mojoshader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mojoshader.c b/mojoshader.c index ce4a3901..58bead89 100644 --- a/mojoshader.c +++ b/mojoshader.c @@ -1727,7 +1727,7 @@ static const char *make_GLSL_destarg_assign(Context *ctx, const char *fmt, ...) static char *make_GLSL_srcarg_string(Context *ctx, const int idx, - const int writemask) + const int writemask) { if (idx >= STATICARRAYLEN(ctx->source_args)) {