Skip to content

Commit

Permalink
Bug 1749225 - Fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nbeleuzu committed Jan 22, 2022
1 parent 2984735 commit 2c8f631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glsl-to-cxx/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ fn write_set_uniform_1i(
uniforms: &UniformIndices,
) {
write!(
state,
state,
"static void set_uniform_1i(VertexShaderImpl* impl, int index, int value) {{\n"
);
write!(state, " Self* self = (Self*)impl;\n");
Expand Down

0 comments on commit 2c8f631

Please sign in to comment.