Reformat code for clang-format 15

This commit is contained in:
baldurk
2023-09-01 11:45:18 +01:00
parent 4d94209ec1
commit 9d39b8e1a8
330 changed files with 5856 additions and 3850 deletions
-1
View File
@@ -633,7 +633,6 @@ int main(int argc, char *argv[])
QObject::connect(
&py.ctx(), &PythonContext::exception,
[&pythonExited](const QString &type, const QString &value, int, QList<QString> frames) {
if(type == lit("SystemExit"))
{
pythonExited = true;