Skip to content

Commit

Permalink
EMSUSD-1746 - Applied clang-format.
Browse files Browse the repository at this point in the history
  • Loading branch information
feldstj committed Oct 23, 2024
1 parent 9cb27b2 commit a974805
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,10 @@ MayaShaderGraph::MayaShaderGraph(
const NodeGraph& nodeGraph,
GenContext& context)
: ShaderGraph(
parent,
makeValidName(nodeGraph, context),
nodeGraph.getDocument(),
context.getReservedWords())
parent,
makeValidName(nodeGraph, context),
nodeGraph.getDocument(),
context.getReservedWords())
, _shouldPropagateInputs(true)
{
// Clear classification
Expand Down

0 comments on commit a974805

Please sign in to comment.