mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 21:30:53 +00:00
Reformat code for clang-format 15
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user