Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Put mainline start bracket on new line.
--HG--
branch : trunk
  • Loading branch information
icculus committed Apr 3, 2008
1 parent 1f64823 commit 6b2eee5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mojoshader.c
Expand Up @@ -1290,7 +1290,8 @@ static void emit_GLSL_start(Context *ctx)
} // else

ctx->output = &ctx->mainline;
output_line(ctx, "void main() {");
output_line(ctx, "void main()");
output_line(ctx, "{");
ctx->indent++;
} // emit_GLSL_start

Expand Down

0 comments on commit 6b2eee5

Please sign in to comment.