Part: PR6497 move return statement to new line
This commit is contained in:
@@ -528,7 +528,8 @@ void DlgFilletEdges::toggleCheckState(const QModelIndex& index)
|
||||
void DlgFilletEdges::findShapes()
|
||||
{
|
||||
App::Document* activeDoc = App::GetApplication().getActiveDocument();
|
||||
if (!activeDoc) return;
|
||||
if (!activeDoc)
|
||||
return;
|
||||
|
||||
std::vector<App::DocumentObject*> objs = activeDoc->getObjectsOfType
|
||||
(Part::Feature::getClassTypeId());
|
||||
|
||||
Reference in New Issue
Block a user