App: improve whitespaces

This commit is contained in:
wmayer
2022-08-01 01:29:47 +02:00
parent 7c6b6a3942
commit 632e167ed8
8 changed files with 21 additions and 20 deletions

View File

@@ -253,8 +253,8 @@ void DocumentObserverPython::slotCloseTransaction(bool abort)
}
}
void DocumentObserverPython::slotBeforeChangeDocument(const App::Document& Doc, const App::Property& Prop)
{
void DocumentObserverPython::slotBeforeChangeDocument(const App::Document& Doc, const App::Property& Prop)
{
Base::PyGILStateLocker lock;
try {
Py::Tuple args(2);
@@ -273,7 +273,7 @@ void DocumentObserverPython::slotBeforeChangeDocument(const App::Document& Doc,
}
}
void DocumentObserverPython::slotChangedDocument(const App::Document& Doc, const App::Property& Prop)
void DocumentObserverPython::slotChangedDocument(const App::Document& Doc, const App::Property& Prop)
{
Base::PyGILStateLocker lock;
try {
@@ -487,7 +487,7 @@ void DocumentObserverPython::slotRemoveDynamicProperty(const App::Property& Prop
catch (Py::Exception&) {
Base::PyException e; // extract the Python error text
e.ReportException();
}
}
}
void DocumentObserverPython::slotChangePropertyEditor(const App::Document &, const App::Property& Prop)