Raytracing: PR6497 move return statement to new line

This commit is contained in:
Chris Hennes
2022-03-29 13:23:53 -05:00
parent bc7891919a
commit 6e681ffee7

View File

@@ -196,7 +196,8 @@ void CmdRaytracingWritePart::activated(int)
// name of the objects in the pov file
std::string Name = "Part";
std::vector<App::DocumentObject*> obj = Gui::Selection().getObjectsOfType(Part::Feature::getClassTypeId());
if (obj.empty()) return;
if (obj.empty())
return;
std::stringstream out;
//Raytracing.writePartFile(App.document().GetActiveFeature().getShape())