Gui: PR6497 move return statement to new line
This commit is contained in:
@@ -430,7 +430,8 @@ void PythonDebugger::runFile(const QString& fn)
|
||||
#else
|
||||
FILE *fp = fopen((const char*)pxFileName,"r");
|
||||
#endif
|
||||
if (!fp) return;
|
||||
if (!fp)
|
||||
return;
|
||||
|
||||
Base::PyGILStateLocker locker;
|
||||
PyObject *module, *dict;
|
||||
|
||||
Reference in New Issue
Block a user