diff --git a/lib/mayaUsd/python/wrapPrimReader.cpp b/lib/mayaUsd/python/wrapPrimReader.cpp index b372449d21..b00ff54bbb 100644 --- a/lib/mayaUsd/python/wrapPrimReader.cpp +++ b/lib/mayaUsd/python/wrapPrimReader.cpp @@ -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);