Gui: PR6497 move return statement to new line
This commit is contained in:
@@ -114,7 +114,8 @@ void View::onSelectionChanged(const SelectionChanges& msg)
|
||||
return;
|
||||
}
|
||||
auto doc = Gui::Application::Instance->getDocument(msg.pDocName);
|
||||
if (!doc) return;
|
||||
if (!doc)
|
||||
return;
|
||||
auto &model = modelMap[doc];
|
||||
if(!model)
|
||||
model = std::make_shared<Model>(this, *doc);
|
||||
|
||||
Reference in New Issue
Block a user