From c6a496ee4d25b975d81dfbdeeabc140811f83d72 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 3 Apr 2008 09:58:16 -0400 Subject: [PATCH] Add a blank line between the globals and the subroutines. --HG-- branch : trunk --- mojoshader.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mojoshader.c b/mojoshader.c index 80d42dd3..2988efdc 100644 --- a/mojoshader.c +++ b/mojoshader.c @@ -1509,6 +1509,7 @@ static void emit_GLSL_end(Context *ctx) output_line(ctx, "ivec a0;"); if (ctx->flags & CTX_FLAGS_USED_PRED_REG) output_line(ctx, "bvec p0;"); + output_blank_line(ctx); pop_output(ctx); } // emit_GLSL_end