mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-04-23 16:11:52 -04:00
clang-format: Update source code files with clang-format 19.1.1
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user