Skip to content

Commit

Permalink
Clang format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelliu-adsk committed Jul 7, 2023
1 parent 18370b3 commit 8e59439
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/mayaUsd/python/wrapPrimReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,7 @@ class PrimReaderWrapper
static void Register(boost::python::object cl, const std::string& typeName)
{
bool updated = false;
FactoryFnWrapper fn
= FactoryFnWrapper::Register(cl, typeName, updated);
FactoryFnWrapper fn = FactoryFnWrapper::Register(cl, typeName, updated);
if (!updated) {
auto type = TfType::FindByName(typeName);
UsdMayaPrimReaderRegistry::Register(type, fn, fn, true);
Expand Down

0 comments on commit 8e59439

Please sign in to comment.