Cleanup: move return statement to new line + trailing

Follow-up to #6497
This commit is contained in:
luz paz
2022-12-03 12:33:25 -05:00
committed by 0penBrain
parent ce8816685b
commit 80efe8191e
5 changed files with 40 additions and 22 deletions

View File

@@ -746,7 +746,8 @@ bool TaskComplexSection::reject()
Gui::Command::updateActive();
Gui::Command::doCommand(Gui::Command::Gui, "Gui.ActiveDocument.resetEdit()");
return false;}
return false;
}
void TaskComplexSection::changeEvent(QEvent* event)
{