Formatting.

This commit is contained in:
Jeff Young
2025-12-13 12:48:11 +00:00
parent 360272347d
commit c4b72c386a
63 changed files with 526 additions and 492 deletions
+1 -6
View File
@@ -554,15 +554,10 @@ wxString SCRIPTING::PyScriptingPath( PATH_TYPE aPathType )
{
const ENV_VAR_MAP& env = Pgm().GetLocalEnvVariables();
if( std::optional<wxString> v = ENV_VAR::GetVersionedEnvVarValue( env,
wxT( "3RD_PARTY" ) ) )
{
if( std::optional<wxString> v = ENV_VAR::GetVersionedEnvVarValue( env, wxT( "3RD_PARTY" ) ) )
path = *v;
}
else
{
path = PATHS::GetDefault3rdPartyPath();
}
break;
}