Skip to content

Commit

Permalink
Add a blank line between the globals and the subroutines.
Browse files Browse the repository at this point in the history
--HG--
branch : trunk
  • Loading branch information
icculus committed Apr 3, 2008
1 parent 7f40c8d commit c6a496e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mojoshader.c
Expand Up @@ -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

Expand Down

0 comments on commit c6a496e

Please sign in to comment.