Cleanup: move return statement to new line + trailing
Follow-up to #6497
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user