TD: PR6497 move return statement to new line
This commit is contained in:
@@ -530,7 +530,8 @@ bool TaskRichAnno::accept()
|
||||
}
|
||||
|
||||
Gui::Document* doc = Gui::Application::Instance->getDocument(m_basePage->getDocument());
|
||||
if (!doc) return false;
|
||||
if (!doc)
|
||||
return false;
|
||||
|
||||
if (!getCreateMode()) {
|
||||
updateAnnoFeature();
|
||||
|
||||
Reference in New Issue
Block a user