Fix mixed line endings

This commit is contained in:
Zheng, Lei
2022-04-26 21:45:10 +08:00
committed by Chris Hennes
parent be31116b61
commit 8bec44934b
66 changed files with 344 additions and 344 deletions

View File

@@ -430,7 +430,7 @@ void PythonDebugger::runFile(const QString& fn)
#else
FILE *fp = fopen((const char*)pxFileName,"r");
#endif
if (!fp)
if (!fp)
return;
Base::PyGILStateLocker locker;