Skip to content

Commit

Permalink
Minor formatting update
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Stone <[email protected]>
  • Loading branch information
jstone-lucasfilm authored Oct 3, 2024
1 parent 42ffa91 commit ff98042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/MaterialXGenShader/Syntax.h
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ class MX_GENSHADER_API Syntax
Syntax();

virtual StructTypeSyntaxPtr createStructSyntax(const string& structTypeName, const string& defaultValue,
const string& uniformDefaultValue, const string& typeAlias,
const string& typeDefinition) const
const string& uniformDefaultValue, const string& typeAlias,
const string& typeDefinition) const
{
return std::make_shared<StructTypeSyntax>(
this,
Expand Down

0 comments on commit ff98042

Please sign in to comment.