Skip to content

Commit

Permalink
Add newline
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Stone <jstone@lucasfilm.com>
  • Loading branch information
jstone-lucasfilm authored Nov 1, 2023
1 parent cf770c5 commit 6d98ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/stdlib/genosl/mx_creatematrix.osl
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ void mx_creatematrix_vector4_matrix44(vector4 in1, vector4 in2, vector4 in3, vec
in2.x, in2.y, in2.z, in2.w,
in3.x, in3.y, in3.z, in3.w,
in4.x, in4.y, in4.z, in4.w);
}
}

0 comments on commit 6d98ae3

Please sign in to comment.