Skip to content

Commit

Permalink
MeshAlgo : Remove leading whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Mar 20, 2023
1 parent d9f83ea commit 702fb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IECoreScene/MeshAlgoDistributePoints.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ struct Generator
size_t v2I = v1I + 1;

Imath::V2f uv0, uv1, uv2;

if( m_faceVaryingUVs )
{
uv0 = m_uvs[v0I];
Expand Down

0 comments on commit 702fb14

Please sign in to comment.