Skip to content

Commit

Permalink
Minor formatting updates
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Stone <[email protected]>
  • Loading branch information
jstone-lucasfilm authored Aug 6, 2024
1 parent 910f79b commit 5995083
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/MaterialXCore/Version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1002,8 +1002,12 @@ void Document::upgradeVersion()
auto matchesConvertPattern = [&](const string& channels, size_t sourceChannelCount)
{
for (auto& pattern : CHANNEL_CONVERT_PATTERNS)
{
if (pattern == std::make_pair(channels, sourceChannelCount))
{
return true;
}
}
return false;
};

Expand Down

0 comments on commit 5995083

Please sign in to comment.