clang-format: Update source code files with clang-format 19.1.1

This commit is contained in:
PatTheMav
2025-03-14 21:13:32 +01:00
parent b3ab792916
commit 96e4d67242
11 changed files with 16 additions and 16 deletions

View File

@@ -1599,7 +1599,7 @@ bool obs_scripting_load_python(const char *python_path)
if (python_loaded)
return true;
/* Use external python on windows and mac */
/* Use external python on windows and mac */
#if RUNTIME_LINK
if (!import_python(python_path, &python_version))
return false;