Skip to content

Commit

Permalink
Fixes a linting space.
Browse files Browse the repository at this point in the history
  • Loading branch information
AramAzhari-adsk committed Oct 12, 2023
1 parent 24e89db commit e582572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mayaUsd/fileio/shading/shadingModeUseRegistry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ class UseRegistryShadingModeExporter : public UsdMayaShadingModeExporter
}

bool allowedNode = false;
for (unsigned int j = 0; j < allowedNodes.length(); ++j) {
for (unsigned int j = 0; j < allowedNodes.length(); ++j) {
if (dstPlug.node() == allowedNodes[j]) {
allowedNode = true;
break;
Expand Down

0 comments on commit e582572

Please sign in to comment.